[libcxx-commits] [PATCH] D118067: [libc++][ci] Re-enable the bootstrapping build
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 24 12:50:22 PST 2022
ldionne created this revision.
Herald added a subscriber: arichardson.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118067
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
@@ -240,20 +240,19 @@
limit: 2
timeout_in_minutes: 120
- # # Tests with the various supported ways to build libc++.
- # TODO: Fix failures with the GDB pretty printers
- # - label: "Bootstrapping build"
- # command: "libcxx/utils/ci/run-buildbot bootstrapping-build"
- # artifact_paths:
- # - "**/test-results.xml"
- # agents:
- # queue: "libcxx-builders"
- # os: "linux"
- # retry:
- # automatic:
- # - exit_status: -1 # Agent was lost
- # limit: 2
- # timeout_in_minutes: 120
+ # Tests with the various supported ways to build libc++.
+ - label: "Bootstrapping build"
+ command: "libcxx/utils/ci/run-buildbot bootstrapping-build"
+ artifact_paths:
+ - "**/test-results.xml"
+ agents:
+ queue: "libcxx-builders"
+ os: "linux"
+ retry:
+ automatic:
+ - exit_status: -1 # Agent was lost
+ limit: 2
+ timeout_in_minutes: 120
- label: "Legacy Lit configuration"
command: "libcxx/utils/ci/run-buildbot legacy-test-config"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118067.402630.patch
Type: text/x-patch
Size: 1255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220124/ce837496/attachment-0001.bin>
More information about the libcxx-commits
mailing list