Skip to content

Commit 46b2403

Browse files
committed
Give up on fancy variables
1 parent 0addf93 commit 46b2403

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

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

4948
jobs:
5049
stage1:
5150
if: github.repository_owner == 'llvm'
5251
runs-on: libcxx-self-hosted-linux
53-
container: ghcr.io/llvm/libcxx-linux-builder:${{ env.LIBCXX_LINUX_IMAGE_TAG }}
52+
container: ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
5453
continue-on-error: false
5554
strategy:
5655
fail-fast: false
@@ -87,7 +86,7 @@ jobs:
8786
stage2:
8887
if: github.repository_owner == 'llvm'
8988
runs-on: libcxx-self-hosted-linux
90-
container: ghcr.io/llvm/libcxx-linux-builder:${{ env.LIBCXX_LINUX_IMAGE_TAG }}
89+
container: ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
9190
needs: [ stage1 ]
9291
continue-on-error: false
9392
strategy:
@@ -175,7 +174,7 @@ jobs:
175174
- config: 'generic-msan'
176175
machine: libcxx-self-hosted-linux
177176
runs-on: ${{ matrix.machine }}
178-
container: ghcr.io/llvm/libcxx-linux-builder:${{ env.LIBCXX_LINUX_IMAGE_TAG }}
177+
container: ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
179178
steps:
180179
- uses: actions/checkout@v4
181180
- name: ${{ matrix.config }}

0 commit comments

Comments
 (0)