Skip to content

Commit d0eaceb

Browse files
authored
Merge pull request #249 from Xilinx/test-last-known-good-llvm-container-image
Use last known good LLVM Docker build container image
2 parents 9d60f53 + 63fa44f commit d0eaceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm-project-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: Lit Tests
6868
runs-on: ${{ matrix.os }}
6969
container:
70-
image: ${{(startsWith(matrix.os, 'ubuntu') && 'ghcr.io/llvm/ci-ubuntu-22.04:latest') || null}}
70+
image: ${{(startsWith(matrix.os, 'ubuntu') && 'ghcr.io/llvm/ci-ubuntu-22.04:1734381129') || null}}
7171
volumes:
7272
- /mnt/:/mnt/
7373
strategy:

0 commit comments

Comments
 (0)