[libcxx-commits] [libcxx] 2eab585 - [libc++][NFC] Improve documentation for running BuildKite agent locally

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 25 10:55:13 PDT 2023


Author: Louis Dionne
Date: 2023-03-25T13:55:08-04:00
New Revision: 2eab58527e7b81166f1da7c21b08a06829fa1350

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

LOG: [libc++][NFC] Improve documentation for running BuildKite agent locally

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index aa719d81a0ee5..4de0c809f8c9a 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -15,7 +15,9 @@
 #   $ docker run --env-file <secrets> -it $(docker build -q libcxx/utils/ci)
 #
 # The environment variables in `<secrets>` should be the ones necessary
-# to run a BuildKite agent.
+# to run a BuildKite agent:
+#
+#   BUILDKITE_AGENT_TOKEN=<token>
 #
 # If you're only looking to run the Docker image locally for debugging a
 # build bot, see the `run-buildbot-container` script located in this directory.


        


More information about the libcxx-commits mailing list