Fix broken CI for rust-x86_64-unknown-illumos

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
hi-rustin
2023-03-15 10:25:38 +08:00
parent ac7fb9544d
commit df93aa97cf

View File

@@ -1,7 +1,8 @@
FROM rust-x86_64-unknown-illumos
ENV \
AR_x86_64_unknown_illumos=x86_64-illumos-ar \
CC_x86_64_unknown_illumos=x86_64-illumos-gcc \
CXX_x86_64_unknown_illumos=x86_64-illumos-g++ \
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++ \
CARGO_TARGET_X86_64_UNKNOWN_ILLUMOS_LINKER=x86_64-illumos-gcc