[libcxx-commits] [libcxx] cb30d59 - [libc++] Add the 'os=macos' tag to macOS nodes to workaround lack of wildcard matching

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 12 14:22:42 PDT 2021


Author: Louis Dionne
Date: 2021-07-12T17:22:34-04:00
New Revision: cb30d597c4efe7842e32f19780144e3654884747

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

LOG: [libc++] Add the 'os=macos' tag to macOS nodes to workaround lack of wildcard matching

Added: 
    

Modified: 
    libcxx/utils/ci/macos-ci-setup

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/macos-ci-setup b/libcxx/utils/ci/macos-ci-setup
index d2c7f9dc2c08..00fcdc43b21d 100755
--- a/libcxx/utils/ci/macos-ci-setup
+++ b/libcxx/utils/ci/macos-ci-setup
@@ -23,7 +23,7 @@ version="$(sw_vers -productVersion | sed -E 's/([0-9]+).([0-9]+).[0-9]+/\1.\2/')
 arch="$(uname -m)"
 
 # Setup the tags of the agent
-echo "tags=\"queue=libcxx-builders,arch=${arch},os=macos${version}\"" >> "${CFG_DIR}/buildkite-agent.cfg"
+echo "tags=\"queue=libcxx-builders,arch=${arch},os=macos,os=macos${version}\"" >> "${CFG_DIR}/buildkite-agent.cfg"
 
 # Setup the BuildKite Agent token
 sed -i '' "s/xxx/${BUILDKITE_AGENT_TOKEN}/g" "${CFG_DIR}/buildkite-agent.cfg"


        


More information about the libcxx-commits mailing list