[libcxx-commits] [PATCH] D92937: [libc++] Run back-deployment CI on macOS 10.15 instead of 10.14

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 9 06:59:16 PST 2020


ldionne created this revision.
ldionne added a reviewer: curdeius.
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++.

The goal was to add coverage for back-deployment over the filesystem
library, but it was added in macOS 10.15, not 10.14.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92937

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
@@ -276,8 +276,8 @@
         - 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"
+  - label: "Apple back-deployment macosx10.15"
+    command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.15"
     artifact_paths:
       - "**/test-results.xml"
     agents:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92937.310517.patch
Type: text/x-patch
Size: 620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201209/5afcc1eb/attachment-0001.bin>


More information about the libcxx-commits mailing list