[libcxx-commits] [libcxx] a8dd99e - Bump the github actions runner base version.

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 6 05:59:28 PST 2024


Author: eric
Date: 2024-03-06T08:59:19-05:00
New Revision: a8dd99eb36bbf000bb1b42e27df8644eb0762fb8

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

LOG: Bump the github actions runner base version.

Yesterday, one of the issues the libc++ builders encountered was that
they were using a client that was too old; too old to even update
automatically.

To get things working, i had to push a testing image with this change.
The testing image has been working for 12 hours now, so it's time to
commit to it :-)

Added: 
    

Modified: 
    libcxx/utils/ci/docker-compose.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index 26b341ced41550..5cefcb28bd860c 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -21,7 +21,7 @@ services:
       dockerfile: Dockerfile
       target: actions-builder
       args:
-        BASE_IMAGE: ghcr.io/actions/actions-runner:2.311.0
+        BASE_IMAGE: ghcr.io/actions/actions-runner:2.314.1
         <<: *compiler_versions
   android-buildkite-builder:
     image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}


        


More information about the libcxx-commits mailing list