[libc++] Add a CI job to test libc++ when building for 32 bit

Differential Revision: https://reviews.llvm.org/D92508
This commit is contained in:
Louis Dionne 2020-12-02 16:40:31 -05:00
parent 41ff1e0e29
commit ae4dad2b73
1 changed files with 11 additions and 0 deletions

View File

@ -374,6 +374,17 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2
- label: "32 bit"
command: "libcxx/utils/ci/run-buildbot generic-32bit"
artifact_paths:
- "**/test-results.xml"
agents:
queue: "libcxx-builders"
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2
- label: "MacOS C++20"
command: "libcxx/utils/ci/run-buildbot generic-cxx20"
artifact_paths: