Skip to content

Commit df93aa9

Browse files
committed
Fix broken CI for rust-x86_64-unknown-illumos
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent ac7fb95 commit df93aa9

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)