Skip to content

Commit

Permalink
feat: update to new stable docker image (#17)
Browse files Browse the repository at this point in the history
# What ❔

Use new `zksync-llvm-runner` package from github registry introduced in
matter-labs/compiler-infra#84.

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

To stabilize docker updates.

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR.
- [x] Documentation comments have been added / updated.
  • Loading branch information
antonbaliasnikov authored Aug 9, 2024
1 parent 53345e4 commit 390f9fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
name: ${{ inputs.target-machine}} ${{ matrix.type }}
runs-on: matterlabs-ci-runner
container:
image: ghcr.io/matter-labs/llvm_runner/ubuntu22-llvm17:latest
image: ghcr.io/matter-labs/zksync-llvm-runner:latest
options: -m 110g
steps:
- name: Define branches
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
permissions:
pull-requests: write
container:
image: ghcr.io/matter-labs/llvm_runner/ubuntu22-llvm17:latest
image: ghcr.io/matter-labs/zksync-llvm-runner:latest
needs: benchmarks
if: failure() || success()
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: [ci-runner-compiler, Linux]
timeout-minutes: 720
container:
image: ghcr.io/matter-labs/llvm_runner/ubuntu22-llvm17:latest
image: ghcr.io/matter-labs/zksync-llvm-runner:latest
options: -m 110g
name: Integration Tests ${{ inputs.target-machine || 'default' }}
steps:
Expand Down

0 comments on commit 390f9fc

Please sign in to comment.