Skip to content

Commit 3372d96

Browse files
committed
(CI) skip cross x86_64-pc-solaris
PR #350 PR nix-rust/nix#2544
1 parent 1973872 commit 3372d96

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,10 @@ jobs:
254254
# (just a few chosen)
255255
- aarch64-linux-android
256256
- i686-linux-android
257-
- x86_64-pc-solaris
257+
# BUG: `libc` fails to compile on x86_64-pc-solaris
258+
# see PR #350
259+
# see https://github.com/nix-rust/nix/pull/2544
260+
# - x86_64-pc-solaris
258261
- x86_64-sun-solaris
259262
- x86_64-linux-android
260263
- x86_64-unknown-redox

tools/rust-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ for TARGET in \
7272
x86_64-unknown-netbsd \
7373
aarch64-linux-android \
7474
i686-linux-android \
75-
x86_64-pc-solaris \
75+
`# x86_64-pc-solaris` \
7676
x86_64-sun-solaris \
7777
x86_64-linux-android \
7878
x86_64-unknown-redox \

0 commit comments

Comments
 (0)