@@ -25,30 +25,30 @@ jobs:
25
25
matrix :
26
26
job :
27
27
# 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 }
30
30
- { target: aarch64-apple-darwin , os: macos-11 , nif: "2.16" }
31
31
- { target: x86_64-apple-darwin , os: macos-11 , nif: "2.16" }
32
32
- { 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 }
34
34
- { target: x86_64-pc-windows-gnu , os: windows-2019 , nif: "2.16" }
35
35
- { target: x86_64-pc-windows-msvc , os: windows-2019 , nif: "2.16" }
36
36
# 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 }
39
39
- { target: aarch64-apple-darwin , os: macos-11 , nif: "2.15" }
40
40
- { target: x86_64-apple-darwin , os: macos-11 , nif: "2.15" }
41
41
- { 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 }
43
43
- { target: x86_64-pc-windows-gnu , os: windows-2019 , nif: "2.15" }
44
44
- { target: x86_64-pc-windows-msvc , os: windows-2019 , nif: "2.15" }
45
45
# # 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 }
48
48
- { target: aarch64-apple-darwin , os: macos-11 , nif: "2.14" }
49
49
- { target: x86_64-apple-darwin , os: macos-11 , nif: "2.14" }
50
50
- { 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 }
52
52
- { target: x86_64-pc-windows-gnu , os: windows-2019 , nif: "2.14" }
53
53
- { target: x86_64-pc-windows-msvc , os: windows-2019 , nif: "2.14" }
54
54
0 commit comments