Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't run earthly arm for now #5289

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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