diff options
| author | hi-rustin <rustin.liu@gmail.com> | 2023-03-15 20:11:52 +0800 |
|---|---|---|
| committer | hi-rustin <rustin.liu@gmail.com> | 2023-03-15 20:11:52 +0800 |
| commit | c4939f1eb21ebfd0903ad2be751064029289fab9 (patch) | |
| tree | 39320112eaa394ecb5bd4de96c1b8987e745fc5b /src/ci | |
| parent | 992d154f3a84cc8abcefcf6e6cf3698e4821b506 (diff) | |
| download | rust-c4939f1eb21ebfd0903ad2be751064029289fab9.tar.gz rust-c4939f1eb21ebfd0903ad2be751064029289fab9.zip | |
Add RANLIB_x86_64_unknown_illumos env for dist-x86_64-illumos dockerfile
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/host-x86_64/dist-x86_64-illumos/Dockerfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-illumos/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-illumos/Dockerfile index 4e46bdee5ac..2089bf38716 100644 --- a/src/ci/docker/host-x86_64/dist-x86_64-illumos/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-x86_64-illumos/Dockerfile @@ -9,10 +9,10 @@ RUN bash /tmp/cross-apt-packages.sh # Required for cross-build gcc RUN apt-get update && \ apt-get install -y --no-install-recommends \ - libgmp-dev \ - libmpfr-dev \ - libmpc-dev \ - && rm -rf /var/lib/apt/lists/* + libgmp-dev \ + libmpfr-dev \ + libmpc-dev \ + && rm -rf /var/lib/apt/lists/* COPY scripts/illumos-toolchain.sh /tmp/ @@ -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++ |
