[libcxx-commits] [PATCH] D92794: [libc++] Add a CI job to backdeploy to macOS 10.14

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 7 15:23:11 PST 2020


ldionne created this revision.
Herald added subscribers: jkorous, arichardson.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

It adds coverage for back-deploying to a system that contains the
filesystem library, which 10.9 (currently our only back-deployment
target in the CI) does not have.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92794

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
@@ -275,3 +275,14 @@
       automatic:
         - exit_status: -1  # Agent was lost
           limit: 2
+
+  - label: "Apple back-deployment macosx10.14"
+    command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.14"
+    artifact_paths:
+      - "**/test-results.xml"
+    agents:
+      queue: "libcxx-macos-builders"
+    retry:
+      automatic:
+        - exit_status: -1  # Agent was lost
+          limit: 2


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92794.310038.patch
Type: text/x-patch
Size: 638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201207/972bc38a/attachment-0001.bin>


More information about the libcxx-commits mailing list