File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 8
8
env :
9
9
CARGO_TERM_COLOR : always
10
10
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER : aarch64-linux-gnu-gcc
11
+ CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER : aarch64-linux-gnu-gcc
11
12
MACOSX_DEPLOYMENT_TARGET : ' 10.13'
12
13
13
14
jobs :
26
27
target : aarch64-unknown-linux-gnu
27
28
- os : ubuntu-latest
28
29
target : x86_64-unknown-linux-gnu
30
+ - os : ubuntu-latest
31
+ target : aarch64-unknown-linux-musl
32
+ - os : ubuntu-latest
33
+ target : x86_64-unknown-linux-musl
29
34
30
35
steps :
31
36
- name : Checkout
41
46
key : ${{ matrix.target }}
42
47
43
48
- name : Install gcc-aarch64-linux-gnu
44
- if : matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64-unknown-linux-gnu '
49
+ if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'aarch64-unknown-linux-musl '
45
50
run : |
46
51
sudo apt-get update
47
52
sudo apt-get install -y gcc-aarch64-linux-gnu
You can’t perform that action at this time.
0 commit comments