Our Buildkite pipeline has these bots (and more), and it is executed
both on Phabricator reviews and regularly against the master branch.
Details
Diff Detail
- Repository
- rZORG LLVM Github Zorg
- Build Status
Buildable 79492 Build 106270: arc lint + arc unit
Event Timeline
Accepting to try and close the rev -- it looks like llvm-zorg doesn't have the same automation as other repos.
Sorry if I wasn't clear enough with my request.
Please also remove all your abandoned workers from buildbot/osuosl/master/config/workers.py, as well as the docker_workers variable which is not used any more.
Oh, I apologize, I thought we were speaking of the actual worker machines in GCE, which I assumed Eric would get rid of. Now it makes more sense -- I didn't understand why you cared about those workers :-).
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1331–1340 | You're right, this one was dropped. See D92508. | |
1398–1407 | So, about this one. We don't actually want to support all the way back to GCC 5, so that's why I didn't add it on Buildkite. It's actually impossible to build a proper libc++ with such old compilers (for example that compiler doesn't know about char8_t, so it can't generate the RTTI for that fundamental type). As I've said in several places before, we need to straighten our actual compiler support matrix to something that makes sense, and I'm waiting for the runtimes build to become the default way to build libc++ in order to make that change officially. We're working on that with @phosek. |
Is there really an equivalent in Buildkite? I could not find one.