diff --git a/.github/workflows/buildAndTest.yml b/.github/workflows/buildAndTest.yml index 13cbbc182257..69a381080fcb 100644 --- a/.github/workflows/buildAndTest.yml +++ b/.github/workflows/buildAndTest.yml @@ -14,7 +14,7 @@ jobs: name: Sanity Check runs-on: ubuntu-latest container: - image: ghcr.io/circt/images/circt-ci-build:20240213211952 + image: ghcr.io/circt/images/circt-ci-build:20250425163230 steps: # Clone the CIRCT repo and its submodules. Do shallow clone to save clone # time. @@ -134,7 +134,7 @@ jobs: # John and re-run the job. runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"] container: - image: ghcr.io/circt/images/circt-ci-build:20240213211952 + image: ghcr.io/circt/images/circt-ci-build:20250425163230 volumes: - /mnt:/__w/circt strategy: @@ -191,7 +191,7 @@ jobs: path: | llvm/build/bin/llvm-lit llvm/install - key: ${{ runner.os }}-llvm-${{ steps.get-llvm-hash.outputs.hash }}-${{ steps.get-workflow-hash.outputs.hash }}-${{ matrix.compiler.cc }} + key: ${{ runner.os }}-llvm-${{ steps.get-llvm-hash.outputs.hash }}-${{ steps.get-workflow-hash.outputs.hash }}-${{ matrix.compiler.cc }} # Build LLVM if we didn't hit in the cache. Even though we build it in # the previous job, there is a low chance that it'll have been evicted by