Skip to content

Commit

Permalink
Target 2.15 and 2.16 (#48)
Browse files Browse the repository at this point in the history
* Target 2.15 and 2.16

* Adds back Cross.toml
  • Loading branch information
tzumby authored Mar 26, 2024
1 parent d1842ec commit 8765636
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nif: ["2.16", "2.15", "2.14"]
nif: ["2.16", "2.15"]
job:
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
Expand Down
4 changes: 4 additions & 0 deletions native/exkeccak/Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build.env]
passthrough = [
"RUSTLER_NIF_VERSION"
]

0 comments on commit 8765636

Please sign in to comment.