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