File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments