Skip to content

Commit 2d44eaa

Browse files
committed
Disable more targets.
1 parent fc7dcf5 commit 2d44eaa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@ jobs:
121121
# being installed and we don't currently have it installed.
122122
#- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-musl --features=all-apis --all-targets
123123
#- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-musl --features=use-libc,all-apis --all-targets
124-
- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-gnux32 --features=all-apis --all-targets
124+
# Temporarily disable due to:
125+
# ```
126+
# [alloca 0.4.0] cargo:warning=/usr/include/stdint.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
127+
# ```
128+
#- run: cargo check --workspace --release -vv --target=x86_64-unknown-linux-gnux32 --features=all-apis --all-targets
125129
- 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
126130
- 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
127131
- run: cargo check --workspace --release -vv --target=x86_64-apple-darwin --features=all-apis --all-targets

0 commit comments

Comments
 (0)