From 8765636bd1e6e586e983646d635ff5ca703c4c38 Mon Sep 17 00:00:00 2001 From: Raz Date: Tue, 26 Mar 2024 14:40:05 -0400 Subject: [PATCH] Target 2.15 and 2.16 (#48) * Target 2.15 and 2.16 * Adds back Cross.toml --- .github/workflows/release.yml | 2 +- native/exkeccak/Cross.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 native/exkeccak/Cross.toml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2072482..1276871 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 } diff --git a/native/exkeccak/Cross.toml b/native/exkeccak/Cross.toml new file mode 100644 index 0000000..8ba543c --- /dev/null +++ b/native/exkeccak/Cross.toml @@ -0,0 +1,4 @@ +[build.env] +passthrough = [ + "RUSTLER_NIF_VERSION" +]