We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1973872 commit 3372d96Copy full SHA for 3372d96
.github/workflows/rust.yml
@@ -254,7 +254,10 @@ jobs:
254
# (just a few chosen)
255
- aarch64-linux-android
256
- i686-linux-android
257
- - x86_64-pc-solaris
+ # 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
261
- x86_64-sun-solaris
262
- x86_64-linux-android
263
- x86_64-unknown-redox
tools/rust-workflow.sh
@@ -72,7 +72,7 @@ for TARGET in \
72
x86_64-unknown-netbsd \
73
aarch64-linux-android \
74
i686-linux-android \
75
- x86_64-pc-solaris \
+ `# x86_64-pc-solaris` \
76
x86_64-sun-solaris \
77
x86_64-linux-android \
78
x86_64-unknown-redox \
0 commit comments