Skip to content

Commit c873354

Browse files
committed
More
1 parent 2d44eaa commit c873354

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ jobs:
126126
# [alloca 0.4.0] cargo:warning=/usr/include/stdint.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
127127
# ```
128128
#- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-gnux32 --features=all-apis --all-targets
129-
- 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
129+
# Temporarily disable, as it depends on `x86_64-linux-android-clang`
130+
# being installed and we don't currently have it installed.
131+
#- 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
130132
- 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
131133
- run: cargo check --workspace --release -vv --target=x86_64-apple-darwin --features=all-apis --all-targets
132134
- run: cargo check --workspace --release -vv --target=x86_64-unknown-freebsd --features=all-apis --all-targets

0 commit comments

Comments
 (0)