Skip to content

Commit

Permalink
Merge pull request #249 from Xilinx/test-last-known-good-llvm-contain…
Browse files Browse the repository at this point in the history
…er-image

Use last known good LLVM Docker build container image
  • Loading branch information
julio-gorge authored Jan 7, 2025
2 parents 9d60f53 + 63fa44f commit d0eaceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
name: Lit Tests
runs-on: ${{ matrix.os }}
container:
image: ${{(startsWith(matrix.os, 'ubuntu') && 'ghcr.io/llvm/ci-ubuntu-22.04:latest') || null}}
image: ${{(startsWith(matrix.os, 'ubuntu') && 'ghcr.io/llvm/ci-ubuntu-22.04:1734381129') || null}}
volumes:
- /mnt/:/mnt/
strategy:
Expand Down

0 comments on commit d0eaceb

Please sign in to comment.