We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b60d8a commit 01ae039Copy full SHA for 01ae039
.github/workflows/test-build.yml
@@ -17,8 +17,6 @@ jobs:
17
matrix:
18
nif: ["2.15"]
19
job:
20
- - { target: aarch64-apple-darwin, os: macos-latest }
21
- - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
22
- {
23
target: aarch64-unknown-linux-gnu,
24
os: ubuntu-latest,
Cross.toml
@@ -0,0 +1,4 @@
1
+[build.env]
2
+passthrough = [
3
+ "RUSTLER_NIF_VERSION"
4
+]
0 commit comments