Skip to content

Commit fc7dcf5

Browse files
committed
Temporarily disable x86_64-unknown-linux-musl targets in CI.
1 parent 7790fe4 commit fc7dcf5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,10 @@ jobs:
117117
# Temporarily disable, as it depends on `aarch64-linux-android-clang`
118118
# being installed and we don't currently have it installed.
119119
# - run: cargo check --workspace --release -vv --target=aarch64-linux-android --all-targets
120-
- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-musl --features=all-apis --all-targets
121-
- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-musl --features=use-libc,all-apis --all-targets
120+
# Temporarily diasble, as it depends on `x86_64-linux-musl-gcc`
121+
# being installed and we don't currently have it installed.
122+
#- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-musl --features=all-apis --all-targets
123+
#- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-musl --features=use-libc,all-apis --all-targets
122124
- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-gnux32 --features=all-apis --all-targets
123125
- run: cargo check --workspace --release -vv --target=x86_64-linux-android --features=use-libc,net,std,alloc,event,fs,mm,param,pipe,use-libc-auxv,libc_errno --all-targets
124126
- run: cargo check --workspace --release -vv --target=i686-linux-android --features=use-libc,net,std,alloc,event,fs,mm,param,pipe,use-libc-auxv,libc_errno --all-targets

0 commit comments

Comments
 (0)