Skip to content

Commit 4422ed1

Browse files
[CI] Add compiler-rt to windows postcommit
llvm/llvm-project#155186 enabled this on the premerge side, and we want corresponding postcommit coverage.
1 parent 652fa9a commit 4422ed1

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
@@ -135,7 +135,7 @@ def start_build_windows(commit_sha: str, bucket_name: str, k8s_client):
135135
"export SCCACHE_GCS_RW_MODE=READ_WRITE",
136136
"export SCCACHE_IDLE_TIMEOUT=0",
137137
"sccache --start-server",
138-
'.ci/monolithic-windows.sh "clang;clang-tools-extra;libclc;lld;llvm;mlir;polly" "check-clang check-clang-tools check-lld check-llvm check-mlir check-polly"',
138+
'.ci/monolithic-windows.sh "clang;clang-tools-extra;libclc;lld;llvm;mlir;polly" "check-clang check-clang-tools check-lld check-llvm check-mlir check-polly" "compiler-rt" "check-compiler-rt"',
139139
"python .ci/cache_lit_timing_files.py upload",
140140
"echo BUILD FINISHED",
141141
]

0 commit comments

Comments
 (0)