1
Fork 0

Auto merge of #109163 - hi-rustin:rustin-patch-dockerfile, r=Mark-Simulacrum

Add RANLIB_x86_64_unknown_illumos env for dist-x86_64-illumos dockerfile

close https://github.com/rust-lang/cc-rs/issues/798

We already set `AR_x86_64_unknown_illumos` in the dockerfile. So it is reasonable to set the `RANLIB_x86_64_unknown_illumos`.
This commit is contained in:
bors 2023-03-22 11:45:52 +00:00
commit 439292bc79

View file

@ -28,6 +28,7 @@ RUN /scripts/cmake.sh
ENV \ ENV \
AR_x86_64_unknown_illumos=x86_64-illumos-ar \ 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 \ CC_x86_64_unknown_illumos=x86_64-illumos-gcc \
CXX_x86_64_unknown_illumos=x86_64-illumos-g++ CXX_x86_64_unknown_illumos=x86_64-illumos-g++