Skip to content

Commit 3d95f2e

Browse files
committed
Exclude flang-rt from LLVM_ENABLE_PROJECTS
1 parent 881b6bf commit 3d95f2e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.ci/compute-projects.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,7 @@ function compute-projects-to-test() {
4343
clang-tools-extra)
4444
echo libc
4545
;;
46-
mlir)
47-
# Flang is not stable in Windows CI at the moment
48-
if [[ $isForWindows == 0 ]]; then
49-
echo flang
50-
fi
51-
;;
52-
flang-rt)
53-
# Flang-RT will be built whenever Flang is built
46+
mlir|flang-rt)
5447
# Flang is not stable in Windows CI at the moment
5548
if [[ $isForWindows == 0 ]]; then
5649
echo flang
@@ -128,6 +121,7 @@ function exclude-linux() {
128121
case ${project} in
129122
cross-project-tests) ;; # tests failing
130123
openmp) ;; # https://github.com/google/llvm-premerge-checks/issues/410
124+
flang-rt) ;; # added to runtimes build, not LLVM_ENABLE_PROJECTS
131125
*)
132126
echo "${project}"
133127
;;

0 commit comments

Comments
 (0)