Skip to content

Commit

Permalink
Try to re-enable aarch64
Browse files Browse the repository at this point in the history
Someone said the issue might be with the version of ring, lets see if this works...
  • Loading branch information
Pi-Cla committed May 4, 2024
1 parent f82ebcd commit 91e081c
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 49 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
# https://github.com/gleam-lang/gleam/issues/2221
# - aarch64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- x86_64-apple-darwin
- x86_64-pc-windows-msvc
Expand All @@ -47,10 +47,10 @@ jobs:
target: x86_64-unknown-linux-musl
use-cross: true
run-integration-tests: true
# - os: ubuntu-latest
# target: aarch64-unknown-linux-gnu
# use-cross: true
# run-integration-tests: false # Cannot run aarch64 binaries on x86_64
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
use-cross: true
run-integration-tests: false # Cannot run aarch64 binaries on x86_64
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
use-cross: true
Expand Down
114 changes: 70 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91e081c

Please sign in to comment.