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.
2 parents ac7fb95 + df93aa9 commit 9747102Copy full SHA for 9747102
ci/docker/x86_64-unknown-illumos/Dockerfile
@@ -1,7 +1,8 @@
1
FROM rust-x86_64-unknown-illumos
2
3
ENV \
4
- AR_x86_64_unknown_illumos=x86_64-illumos-ar \
5
- CC_x86_64_unknown_illumos=x86_64-illumos-gcc \
6
- CXX_x86_64_unknown_illumos=x86_64-illumos-g++ \
7
- CARGO_TARGET_X86_64_UNKNOWN_ILLUMOS_LINKER=x86_64-illumos-gcc
+ AR_x86_64_unknown_illumos="x86_64-illumos-ar" \
+ RANLIB_x86_64_unknown_illumos="x86_64-illumos-ranlib" \
+ CC_x86_64_unknown_illumos=x86_64-illumos-gcc \
+ CXX_x86_64_unknown_illumos=x86_64-illumos-g++ \
8
+ CARGO_TARGET_X86_64_UNKNOWN_ILLUMOS_LINKER=x86_64-illumos-gcc
0 commit comments