Skip to content

Commit 9747102

Browse files
authored
Merge pull request #3270 from hi-rustin/rustin-patch-release
Fix broken CI for `rust-x86_64-unknown-illumos`
2 parents ac7fb95 + df93aa9 commit 9747102

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM rust-x86_64-unknown-illumos
22

33
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
4+
AR_x86_64_unknown_illumos="x86_64-illumos-ar" \
5+
RANLIB_x86_64_unknown_illumos="x86_64-illumos-ranlib" \
6+
CC_x86_64_unknown_illumos=x86_64-illumos-gcc \
7+
CXX_x86_64_unknown_illumos=x86_64-illumos-g++ \
8+
CARGO_TARGET_X86_64_UNKNOWN_ILLUMOS_LINKER=x86_64-illumos-gcc

0 commit comments

Comments
 (0)