[libcxx-commits] [libcxx] 9b371f5 - [libc++] NFC: Fix outdated comment about secrets.env

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 21 13:22:32 PDT 2021


Author: Louis Dionne
Date: 2021-06-21T16:22:26-04:00
New Revision: 9b371f5da4e5df8d392390aec049528a6a08c3b1

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

LOG: [libc++] NFC: Fix outdated comment about secrets.env

That file (secrets.env) has now been removed, so the comment was
referencing something that didn't exist anymore.

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 1c8eb1146a63a..eb3b810c1ef96 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -12,10 +12,10 @@
 # can also just start the image with a shell to debug CI failures.
 #
 # To start a Buildkite Agent, run it as:
-#   $ docker run --env-file secrets.env -it $(docker build -q .)
+#   $ docker run --env-file <secrets> -it $(docker build -q .)
 #
-# The environment variables in `secrets.env` must be replaced by the actual
-# tokens for this to work. These should obviously never be checked in.
+# The environment variables in `<secrets>` should be the ones necessary
+# to run a BuildKite agent.
 #
 # 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