Fix broken CI for rust-x86_64-unknown-illumos
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user