Skip to content

Commit 1141fb3

Browse files
committed
Add a cross-check for aarch64-unknown-linux-musl in CI.
1 parent 15ffb64 commit 1141fb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
wasm32-unknown-emscripten
6464
riscv64gc-unknown-linux-gnu
6565
aarch64-unknown-linux-gnu
66+
aarch64-unknown-linux-musl
6667
armv5te-unknown-linux-gnueabi
6768
- name: Install cross-compilation tools
6869
run: |
@@ -84,6 +85,7 @@ jobs:
8485
- run: cargo check --workspace --release -vv --target=wasm32-unknown-emscripten
8586
- run: cargo check --workspace --release -vv --target=riscv64gc-unknown-linux-gnu
8687
- run: cargo check --workspace --release -vv --target=aarch64-unknown-linux-gnu
88+
- run: cargo check --workspace --release -vv --target=aarch64-unknown-linux-musl
8789
- run: cargo check --workspace --release -vv --target=armv5te-unknown-linux-gnueabi
8890

8991
check_no_default_features:

0 commit comments

Comments
 (0)