Skip to content

Commit 01ae039

Browse files
committed
Add Cross.toml
1 parent 9b60d8a commit 01ae039

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
matrix:
1818
nif: ["2.15"]
1919
job:
20-
- { target: aarch64-apple-darwin, os: macos-latest }
21-
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
2220
- {
2321
target: aarch64-unknown-linux-gnu,
2422
os: ubuntu-latest,

Cross.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build.env]
2+
passthrough = [
3+
"RUSTLER_NIF_VERSION"
4+
]

0 commit comments

Comments
 (0)