Skip to content

Commit

Permalink
build NIF v2.14 and remove .so
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosieus committed Dec 29, 2023
1 parent ed62709 commit 2a77b07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
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.17", "2.16", "2.15"]
nif: ["2.17", "2.16", "2.15", "2.14"]
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ bzip2_decomp-*.tar

# Temporary files, for example, from tests.
/tmp/

/priv/native/*.so
2 changes: 1 addition & 1 deletion native/bzip2_decomp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
rustler = { version = "0.30.0", default-features = false, features = ["derive", "nif_version_2_15"] }
rustler = { version = "0.30.0" }
bzip2-rs = { git = "https://github.com/paolobarbolini/bzip2-rs.git", rev = "82e3cbb4ea6cb4249a43f90b06ae1a5e94f06a9f"}
Binary file removed priv/native/libbzip2_decomp.so
Binary file not shown.

0 comments on commit 2a77b07

Please sign in to comment.