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 44 push :
55 tags :
66 - " v*.*.*"
7+ pull_request :
8+ branches : [ "main" ]
79
810env :
911 CARGO_TERM_COLOR : always
1012 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER : aarch64-linux-gnu-gcc
13+ CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER : aarch64-linux-musl-gcc
1114 MACOSX_DEPLOYMENT_TARGET : ' 10.13'
1215
1316jobs :
2629 target : aarch64-unknown-linux-gnu
2730 - os : ubuntu-latest
2831 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
2936
3037 steps :
3138 - name : Checkout
4148 key : ${{ matrix.target }}
4249
4350 - 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 '
4552 run : |
4653 sudo apt-get update
4754 sudo apt-get install -y gcc-aarch64-linux-gnu
You can’t perform that action at this time.
0 commit comments