[libcxx-commits] [PATCH] D92508: [libc++] Add a CI job to test libc++ when building for 32 bit
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 31 09:37:19 PDT 2021
ldionne updated this revision to Diff 348825.
ldionne added a comment.
Rebase onto main with the underlying issue fixed for real.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92508/new/
https://reviews.llvm.org/D92508
Files:
libcxx/utils/ci/buildkite-pipeline.yml
Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -374,6 +374,17 @@
- 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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92508.348825.patch
Type: text/x-patch
Size: 668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210531/757049a3/attachment-0001.bin>
More information about the libcxx-commits
mailing list