Previously, we would trigger the usual libc++ CI pipeline if libc++ were
modified. If Clang was modified too, however, we would not trigger its
sub-pipeline. This change fixes that.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Should this also fix the issue where the scheduled build sometimes picks the "clang build"?
For example https://buildkite.com/llvm-project/libcxx-ci/builds/17300 but I noticed to at other times too.