Skip to content

Commit

Permalink
fix: don't run earthly arm for now (#5289)
Browse files Browse the repository at this point in the history
needs to go back into the shop

Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
ludamad authored Mar 18, 2024
1 parent 6e218d4 commit e65e210
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
ci:
runs-on: ubuntu-latest
# run ci for both x86_64 and arm64
strategy: {matrix: {environment: [x86, arm]}}
# strategy: {matrix: {environment: [x86, arm]}}
# TODO figure out why arm64 doesn't exit properly
strategy: {matrix: {environment: [x86]}}
# cancel if reran on same PR if exists, otherwise if on same commit
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ matrix.environment }}
Expand Down Expand Up @@ -43,4 +45,4 @@ jobs:
# scripts/earthly --push ./barretenberg/cpp/+build-wasi-sdk

- name: CI
run: scripts/earthly +build-ci-small
run: scripts/earthly +build-ci-small

0 comments on commit e65e210

Please sign in to comment.