Skip to content

Commit

Permalink
Disable precompilation for ARM 32 bits (#593)
Browse files Browse the repository at this point in the history
Also enable precompilation for OTP 26, which has a new NIF versiom,
2.17. This is not a requirement, since the previous version should
compatible.
  • Loading branch information
philss authored May 10, 2023
1 parent 0091a65 commit 14e7334
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
nif: ["2.16", "2.15"]
nif: ["2.17", "2.16", "2.15"]
job:
# Disabling for the moment, since polars v0.28 breaks for ARM 32.
# - {
# target: arm-unknown-linux-gnueabihf,
# os: ubuntu-20.04,
# use-cross: true,
# disable-polars-json-feature: true,
# }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-apple-darwin, os: macos-11 }
Expand Down
1 change: 0 additions & 1 deletion lib/explorer/polars_backend/native.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ defmodule Explorer.PolarsBackend.Native do
aarch64-apple-darwin
aarch64-unknown-linux-gnu
aarch64-unknown-linux-musl
arm-unknown-linux-gnueabihf
riscv64gc-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
Expand Down

0 comments on commit 14e7334

Please sign in to comment.