forked from OSchip/llvm-project
[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:
parent
41ff1e0e29
commit
ae4dad2b73
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue