Skip to content

Commit 3ddc308

Browse files
committed
Fixup merge
1 parent 67472af commit 3ddc308

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
# are ready for people to start recieving notifications.
3737
continue-on-error: true
3838
run: |
39+
git config --global --add safe.directory '*'
40+
3941
modified_files=$(git diff --name-only HEAD~1...HEAD)
4042
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
4143
@@ -95,7 +97,6 @@ jobs:
9597
modified_files=$(git diff --name-only HEAD~1...HEAD)
9698
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort | uniq)
9799
98-
99100
echo $modified_files
100101
echo $modified_dirs
101102
@@ -197,4 +198,4 @@ jobs:
197198
export LIT_XFAIL="LLVM-Unit :: Target/SPIRV/./SPIRVTests"
198199
199200
# The libcxx tests fail, so we are skipping the runtime targets.
200-
ninja -C build $mac_check_targets
201+
ninja -C build $mac_check_targets

0 commit comments

Comments
 (0)