Skip to content

Commit fc54d5d

Browse files
[CI] Add libcxx/libcxxabi/libunwind to premerge dependent projects (#572)
Otherwise we end up with commits like llvm/llvm-project@f5e687d that break the postcommit bot, but do not actually show up when looking through the builds, making manual bisecting much more difficult.
1 parent a4148f9 commit fc54d5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3575,6 +3575,9 @@
35753575
"llvm",
35763576
"mlir",
35773577
"polly",
3578+
"libunwind",
3579+
"libcxx",
3580+
"libcxxabi",
35783581
],
35793582
),
35803583
},

0 commit comments

Comments
 (0)