We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abcc34 commit 6490084Copy full SHA for 6490084
.ci/generate-buildkite-pipeline-premerge
@@ -54,6 +54,17 @@ echo "$modified_dirs" >&2
54
55
. ./.ci/compute-projects.sh
56
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
+
68
# Figure out which projects need to be built on each platform
69
all_projects="bolt clang clang-tools-extra compiler-rt cross-project-tests flang libc libclc lld lldb llvm mlir openmp polly pstl"
70
modified_projects="$(keep-modified-projects ${all_projects})"
0 commit comments