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:
64
64
f"git checkout ${ commit_sha } " ,
65
65
"export CC=clang" ,
66
66
"export CXX=clang++" ,
67
+ "expot POSTCOMMIT_CI=1" ,
67
68
'./.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"'
68
69
"echo BUILD FINISHED" ,
69
70
]
@@ -83,6 +84,7 @@ def start_build_windows(commit_sha: str, k8s_client):
83
84
"git clone --depth 100 https://github.com/llvm/llvm-project" ,
84
85
"cd llvm-project" ,
85
86
f"git checkout ${ commit_sha } " ,
87
+ "export POSTCOMMIT_CI=1" ,
86
88
'.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"' ,
87
89
"echo BUILD FINISHED" ,
88
90
]
You can’t perform that action at this time.
0 commit comments