|
36 | 36 | features: "static_openssl", |
37 | 37 | } |
38 | 38 | - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, nif: "2.16", use-cross: true } |
| 39 | + - { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, nif: "2.16", use-cross: true, features: "static_openssl" } |
39 | 40 | - { target: aarch64-apple-darwin, os: macos-11, nif: "2.16" } |
40 | 41 | - { target: x86_64-apple-darwin, os: macos-11, nif: "2.16" } |
41 | 42 | - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, nif: "2.16" } |
|
51 | 52 | features: "static_openssl", |
52 | 53 | } |
53 | 54 | - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, nif: "2.15", use-cross: true } |
| 55 | + - { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, nif: "2.15", use-cross: true, features: "static_openssl" } |
54 | 56 | - { target: aarch64-apple-darwin, os: macos-11, nif: "2.15" } |
55 | 57 | - { target: x86_64-apple-darwin, os: macos-11, nif: "2.15" } |
56 | 58 | - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, nif: "2.15" } |
|
66 | 68 | features: "static_openssl", |
67 | 69 | } |
68 | 70 | - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, nif: "2.14", use-cross: true } |
| 71 | + - { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, nif: "2.14", use-cross: true, features: "static_openssl" } |
69 | 72 | - { target: aarch64-apple-darwin, os: macos-11, nif: "2.14" } |
70 | 73 | - { target: x86_64-apple-darwin, os: macos-11, nif: "2.14" } |
71 | 74 | - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, nif: "2.14" } |
|
0 commit comments