Skip to content

Commit

Permalink
fix: cargo build SIGKILL on arm runner
Browse files Browse the repository at this point in the history
The 8 cpu runner has 12 GB of RAM, this doesn't always seem to be enough
to compile and we sometimes get sigkills. Use the next larger runner
with 24 GB of RAM.
  • Loading branch information
sveitser committed Oct 23, 2024
1 parent cb8fecf commit a110bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
target/release/dev-rollup
build-arm:
runs-on: buildjet-8vcpu-ubuntu-2204-arm
runs-on: buildjet-16vcpu-ubuntu-2204-arm
steps:
- name: Fix submodule permissions check
run: |
Expand Down

0 comments on commit a110bae

Please sign in to comment.