[libcxx-commits] [libcxx] 4f7f728 - [libc++][NFC] Fix comment for running Docker container

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 3 13:11:04 PST 2022


Author: Louis Dionne
Date: 2022-01-03T16:10:59-05:00
New Revision: 4f7f7284c2948e4375567c9f4b04ea8383674310

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

LOG: [libc++][NFC] Fix comment for running Docker container

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index ba440040213d2..1aeeeb73d78b7 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -12,7 +12,7 @@
 # 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> -it $(docker build -q .)
+#   $ 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.


        


More information about the libcxx-commits mailing list