Skip to content

Commit 6490084

Browse files
committed
WIP
1 parent 6abcc34 commit 6490084

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ echo "$modified_dirs" >&2
5454

5555
. ./.ci/compute-projects.sh
5656

57+
# If libc++ or one of the runtimes directories changed.
58+
if echo "$modified_dirs" | grep -q -E "^(libcxx|libcxxabi|libunwind|runtimes|cmake)$"; then
59+
cat <<EOF
60+
- trigger: "libcxx-ci"
61+
build:
62+
message: "${buildMessage}"
63+
commit: "${BUILDKITE_COMMIT}"
64+
branch: "${BUILDKITE_BRANCH}"
65+
EOF
66+
fi
67+
5768
# Figure out which projects need to be built on each platform
5869
all_projects="bolt clang clang-tools-extra compiler-rt cross-project-tests flang libc libclc lld lldb llvm mlir openmp polly pstl"
5970
modified_projects="$(keep-modified-projects ${all_projects})"

0 commit comments

Comments
 (0)