[PATCH] D158863: Implement the monolithic CI pipeline in the monorepo
Mikhail Goncharov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 28 10:08:03 PDT 2023
goncharov added a comment.
I assume you've tried to run it, right? Otherwise I can try setting up PRs.
scripts for generic linux windows look fine, I will probably need to tune them up a bit afterwards
================
Comment at: .ci/generate-buildkite-pipeline-premerge:163
+
+if [[ ! ${SPECIFIC_PIPELINE_AVAILABLE} -eq 1 ]]; then
+ # Figure out which projects need to be built on each platform
----------------
do I understand correctly that if mlir and libcxx modified then only libcxx will be run as SPECIFIC_PIPELINE_AVAILABLE=1?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158863/new/
https://reviews.llvm.org/D158863
More information about the llvm-commits
mailing list