[libcxx] Move Linaro 32 bit armv bots to buildkite
authorDavid Spickett <david.spickett@linaro.org>
Tue, 2 Mar 2021 15:07:19 +0000 (15:07 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Fri, 12 Mar 2021 09:47:07 +0000 (09:47 +0000)
commit44e36fc2b1dff60ee7fd768b17ae0702c8702a34
tree7198193a4f7e1388afc80273a70f6c7092bb2b81
parent194861fa1bdfa852f18cb5690509ac0f05219ba1
[libcxx] Move Linaro 32 bit armv bots to buildkite

Instead of setting mcpu like the previous bots,
set the target triple.

Each config builds either Arm only or Thumb only
code. This gives us some coverage of thumb specific
issues.

The new agents on Linaro's side are running on v8 hardware
so will report arch "armv8l" just like the v8 bots.
(and buildkite can choose any of them for v7/v8 jobs)

Reviewed By: #libc, curdeius, Mordante

Differential Revision: https://reviews.llvm.org/D98019
libcxx/cmake/caches/Armv7.cmake [new file with mode: 0644]
libcxx/cmake/caches/Armv8.cmake [new file with mode: 0644]
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot