[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
Wed Dec 2 13:41:10 PST 2020
ldionne created this revision.
Herald added subscribers: libcxx-commits, jkorous, arichardson.
Herald added a project: libc++.
Herald added a reviewer: libc++.
ldionne requested review of this revision.
Repository:
rG LLVM Github Monorepo
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
@@ -86,6 +86,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: "GCC/C++20"
command: "libcxx/utils/ci/run-buildbot generic-gcc"
artifact_paths:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92508.309047.patch
Type: text/x-patch
Size: 662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201202/f385bc04/attachment.bin>
More information about the libcxx-commits
mailing list