Skip to content

Commit fb6191b

Browse files
authored
Comment out rustler targets that don’t currently work
1 parent 1b399f9 commit fb6191b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,30 @@ jobs:
2525
matrix:
2626
job:
2727
# NIF version 2.16
28-
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
29-
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
28+
# - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
29+
# - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
3030
- { target: aarch64-apple-darwin , os: macos-11 , nif: "2.16" }
3131
- { target: x86_64-apple-darwin , os: macos-11 , nif: "2.16" }
3232
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.16" }
33-
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
33+
# - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
3434
- { target: x86_64-pc-windows-gnu , os: windows-2019 , nif: "2.16" }
3535
- { target: x86_64-pc-windows-msvc , os: windows-2019 , nif: "2.16" }
3636
# NIF version 2.15
37-
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
38-
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
37+
# - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
38+
# - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
3939
- { target: aarch64-apple-darwin , os: macos-11 , nif: "2.15" }
4040
- { target: x86_64-apple-darwin , os: macos-11 , nif: "2.15" }
4141
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.15" }
42-
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
42+
# - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
4343
- { target: x86_64-pc-windows-gnu , os: windows-2019 , nif: "2.15" }
4444
- { target: x86_64-pc-windows-msvc , os: windows-2019 , nif: "2.15" }
4545
# # NIF version 2.14
46-
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
47-
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
46+
# - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
47+
# - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
4848
- { target: aarch64-apple-darwin , os: macos-11 , nif: "2.14" }
4949
- { target: x86_64-apple-darwin , os: macos-11 , nif: "2.14" }
5050
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.14" }
51-
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
51+
# - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
5252
- { target: x86_64-pc-windows-gnu , os: windows-2019 , nif: "2.14" }
5353
- { target: x86_64-pc-windows-msvc , os: windows-2019 , nif: "2.14" }
5454

0 commit comments

Comments
 (0)