Skip to content

Commit a8dc5e6

Browse files
committed
[libc++] Bump libc++ CI to a more recent version of the Docker image
The Docker image was built using the recently introduced Action that builds and pushes to the LLVM Docker registry.
1 parent 3155199 commit a8dc5e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ env:
4444
GCC_STABLE_VERSION: "13"
4545
LLVM_SYMBOLIZER_PATH: "/usr/bin/llvm-symbolizer-19"
4646
CLANG_CRASH_DIAGNOSTICS_DIR: "crash_diagnostics"
47-
47+
LIBCXX_LINUX_IMAGE_TAG: "0fd6f684b9c84c32d6cbfd9742402e788b2879f1"
4848

4949
jobs:
5050
stage1:
5151
if: github.repository_owner == 'llvm'
5252
runs-on: libcxx-self-hosted-linux
53-
container: ghcr.io/libcxx/actions-builder:testing-2024-09-21
53+
container: ghcr.io/llvm/libcxx-linux-builder:{{LIBCXX_LINUX_IMAGE_TAG}}
5454
continue-on-error: false
5555
strategy:
5656
fail-fast: false
@@ -87,7 +87,7 @@ jobs:
8787
stage2:
8888
if: github.repository_owner == 'llvm'
8989
runs-on: libcxx-self-hosted-linux
90-
container: ghcr.io/libcxx/actions-builder:testing-2024-09-21
90+
container: ghcr.io/llvm/libcxx-linux-builder:{{LIBCXX_LINUX_IMAGE_TAG}}
9191
needs: [ stage1 ]
9292
continue-on-error: false
9393
strategy:
@@ -175,7 +175,7 @@ jobs:
175175
- config: 'generic-msan'
176176
machine: libcxx-self-hosted-linux
177177
runs-on: ${{ matrix.machine }}
178-
container: ghcr.io/libcxx/actions-builder:testing-2024-09-21
178+
container: ghcr.io/llvm/libcxx-linux-builder:{{LIBCXX_LINUX_IMAGE_TAG}}
179179
steps:
180180
- uses: actions/checkout@v4
181181
- name: ${{ matrix.config }}

0 commit comments

Comments
 (0)