File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
zorg/buildbot/builders/annotated/premerge Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ def start_build_linux(commit_sha: str, k8s_client) -> str:
6464 f"git checkout ${ commit_sha } " ,
6565 "export CC=clang" ,
6666 "export CXX=clang++" ,
67+ "expot POSTCOMMIT_CI=1" ,
6768 './.ci/monolithic-linux.sh "bolt;clang;clang-tools-extra;flang;libclc;lld;lldb;llvm;mlir;polly" "check-bolt check-clang check-clang-cir 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"'
6869 "echo BUILD FINISHED" ,
6970 ]
@@ -83,6 +84,7 @@ def start_build_windows(commit_sha: str, k8s_client):
8384 "git clone --depth 100 https://github.com/llvm/llvm-project" ,
8485 "cd llvm-project" ,
8586 f"git checkout ${ commit_sha } " ,
87+ "export POSTCOMMIT_CI=1" ,
8688 '.ci/monolithic-windows.sh "clang;clang-tools-extra;libclc;lld;llvm;mlir;polly" "check-clang check-clang-cir check-clang-tools check-lld check-llvm check-mlir check-polly"' ,
8789 "echo BUILD FINISHED" ,
8890 ]
You can’t perform that action at this time.
0 commit comments