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:
commit
439292bc79
1 changed files with 5 additions and 4 deletions
|
@ -28,6 +28,7 @@ RUN /scripts/cmake.sh
|
|||
|
||||
ENV \
|
||||
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++
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue