Skip to content

Commit 652fa9a

Browse files
[CI] Add flang-rt to postcommit testing (#583)
This patch ensures we test flang-rt postcommit so we are actually testing the configuration introduced by #156039.
1 parent 5e65619 commit 652fa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/annotated/premerge/dispatch_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def start_build_linux(commit_sha: str, bucket_name: str, k8s_client) -> str:
110110
"export SCCACHE_GCS_RW_MODE=READ_WRITE",
111111
"export SCCACHE_IDLE_TIMEOUT=0",
112112
"sccache --start-server",
113-
'./.ci/monolithic-linux.sh "bolt;clang;clang-tools-extra;flang;libclc;lld;lldb;llvm;mlir;polly" "check-bolt check-clang check-clang-tools check-flang check-lld check-lldb check-llvm check-mlir check-polly" "compiler-rt;libc;libcxx;libcxxabi;libunwind" "check-compiler-rt check-libc" "check-cxx check-cxxabi check-unwind" "OFF"',
113+
'./.ci/monolithic-linux.sh "bolt;clang;clang-tools-extra;flang;libclc;lld;lldb;llvm;mlir;polly" "check-bolt check-clang check-clang-tools check-flang check-lld check-lldb check-llvm check-mlir check-polly" "compiler-rt;flang-rt;libc;libcxx;libcxxabi;libunwind" "check-compiler-rt check-flang-rt check-libc" "check-cxx check-cxxabi check-unwind" "OFF"',
114114
"python .ci/cache_lit_timing_files.py upload",
115115
"echo BUILD FINISHED",
116116
]

0 commit comments

Comments
 (0)