[libcxx-commits] [libcxx] 04942a7 - [libc++] NFC: Add comment for running macOS CI setup script remotely

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 13 10:35:36 PDT 2021


Author: Louis Dionne
Date: 2021-07-13T13:35:29-04:00
New Revision: 04942a7ffc716d2f782402089201cadfbbbb2a04

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

LOG: [libc++] NFC: Add comment for running macOS CI setup script remotely

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 00fcdc43b21d6..3b2f42a8e79eb 100755
--- a/libcxx/utils/ci/macos-ci-setup
+++ b/libcxx/utils/ci/macos-ci-setup
@@ -3,6 +3,16 @@
 # This simple script can be used to set up a CI node running MacOS.
 # An additional requirement that is *not* handled by this script is the
 # installation of Xcode, which requires manual intervention.
+#
+# This script should be run from an administrator account. It can be run
+# without having to clone the LLVM repository with:
+#
+#   $ /bin/bash -c "$(curl -fsSl https://raw.githubusercontent.com/llvm/llvm-project/main/libcxx/utils/ci/macos-ci-setup)"
+#
+# Once the necessary dependencies have been installed, you can switch
+# to a non-administrator account and run:
+#
+#   $ caffeinate -s buildkite-agent start --build-path /tmp/buildkite-builds
 
 set -e
 


        


More information about the libcxx-commits mailing list