[llvm-branch-commits] [libcxx] 717b0da - [libc++] Run back-deployment CI on macOS 10.15 instead of 10.14

Louis Dionne via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 9 08:39:32 PST 2020


Author: Louis Dionne
Date: 2020-12-09T11:35:15-05:00
New Revision: 717b0da7a6ef0a8a03d7296324f76132118fcf54

URL: https://github.com/llvm/llvm-project/commit/717b0da7a6ef0a8a03d7296324f76132118fcf54
DIFF: https://github.com/llvm/llvm-project/commit/717b0da7a6ef0a8a03d7296324f76132118fcf54.diff

LOG: [libc++] Run back-deployment CI on macOS 10.15 instead of 10.14

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

Differential Revision: https://reviews.llvm.org/D92937

Added: 
    

Modified: 
    libcxx/utils/ci/buildkite-pipeline.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 10ac44d56647..d10c464f9d55 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -276,8 +276,8 @@ steps:
         - 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:


        


More information about the llvm-branch-commits mailing list