This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove libc++ ARM builders
ClosedPublic

Authored by ldionne on Dec 8 2020, 10:03 AM.

Details

Summary

In accordance with the announcement on libcxx-dev and llvm-dev [1],
we are removing the libc++ specific buildbots in favor of running
those configurations in the pre-commit CI on Buildkite. This commit
removes the ARM-based libc++ build bots.

[1]: http://lists.llvm.org/pipermail/libcxx-dev/2020-November/001040.html

Diff Detail

Event Timeline

ldionne created this revision.Dec 8 2020, 10:03 AM
ldionne requested review of this revision.Dec 8 2020, 10:03 AM

Note that this patch isn't ready to be merged yet. I'm only setting things up so that it's easy to remove the builders once those have been moved to Buildkite. I'm also unsure what's the Phabricator handle of the folks responsible for these bots.

I think this is pretty much good to go now, since the Linaro bots are on BuildKite.

DavidSpickett accepted this revision.EditedMar 8 2021, 1:31 AM

https://reviews.llvm.org/D98019 moves the v7/v8 bots, AArch64 is already done. LGTM once that's landed.

This revision is now accepted and ready to land.Mar 8 2021, 1:31 AM
This revision was automatically updated to reflect the committed changes.