Skip to content

Commit d4ca085

Browse files
committed
Test precommit CI
1 parent 3093657 commit d4ca085

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/compute-projects-to-test/compute-projects-to-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ elif [ "${RUNNER_OS}" = "Windows" ]; then
210210
projects_to_test=$(exclude-windows $(compute-projects-to-test ${modified_projects}))
211211
else
212212
echo "Unknown runner OS: $RUNNER_OS"
213+
exit 1
213214
fi
214215
check_targets=$(check-targets $(remove-unwanted-projects ${projects_to_test}) | sort | uniq)
215216
projects=$(remove-unwanted-projects $(add-dependencies ${projects_to_test}) | sort | uniq)

.github/workflows/precommit-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
- name: Compute projects to test
3737
id: compute-projects
3838
uses: ./.github/workflows/compute-projects-to-test
39-
with:
40-
projects: clang llvm lld
4139

4240
- name: Configure LLVM
4341
shell: bash

llvm/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,3 +1379,5 @@ endif()
13791379
if (LLVM_INCLUDE_UTILS AND LLVM_INCLUDE_TOOLS)
13801380
add_subdirectory(utils/llvm-locstats)
13811381
endif()
1382+
1383+
#foo

mlir/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,4 @@ endif()
285285
if(MLIR_STANDALONE_BUILD)
286286
llvm_distribution_add_targets()
287287
endif()
288+
#foo

0 commit comments

Comments
 (0)