Skip to content

Commit

Permalink
update ci: block linux-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Apr 14, 2024
1 parent 2f82354 commit f1ca8bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
target:
- x86_64
- x86
#- aarch64 # blocked by building ring>=0.17
- armv7
- s390x
- ppc64le
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -45,8 +51,9 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
#target: [x64, x86] # x86 blocked by blst 0.3.11 build failure
target: [x64]
target:
- x64
# - x86 # x86 blocked by blst 0.3.11 build failure
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ foundry-evm = { git = "https://github.com/foundry-rs/foundry", rev = "0ab9e3c6fb
revm = "6.1"
revm-interpreter = "=3.1"
pyo3 = { version = "0.19", features = ["extension-module"] }

ruint = { version = "1.10", features = ["pyo3"] }

0 comments on commit f1ca8bd

Please sign in to comment.