diff options
| author | Jethro Beekman <jethro@fortanix.com> | 2019-01-26 14:58:11 +0530 |
|---|---|---|
| committer | Jethro Beekman <jethro@fortanix.com> | 2019-01-26 14:58:11 +0530 |
| commit | 9ce3cfa4f2e38493abd5a3141c31bd16f77d65ba (patch) | |
| tree | 6ecd6707ef8017d30ec5065aece85a479d441d07 /src/ci | |
| parent | 7e7a43b8765307239a73fc72dddcd426ee5908c0 (diff) | |
| download | rust-9ce3cfa4f2e38493abd5a3141c31bd16f77d65ba.tar.gz rust-9ce3cfa4f2e38493abd5a3141c31bd16f77d65ba.zip | |
Update SGX libunwind
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/dist-various-2/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-various-2/Dockerfile b/src/ci/docker/dist-various-2/Dockerfile index 952c1ba2ccb..1d33fd0f7f4 100644 --- a/src/ci/docker/dist-various-2/Dockerfile +++ b/src/ci/docker/dist-various-2/Dockerfile @@ -32,7 +32,7 @@ RUN /tmp/build-solaris-toolchain.sh sparcv9 sparcv9 solaris-sparc COPY dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh /tmp/ # We pass the commit id of the port of LLVM's libunwind to the build script. # Any update to the commit id here, should cause the container image to be re-built from this point on. -RUN /tmp/build-x86_64-fortanix-unknown-sgx-toolchain.sh "13fad13f8ea83a8da58d04a5faa45943151b3398" +RUN /tmp/build-x86_64-fortanix-unknown-sgx-toolchain.sh "75628849f538a62712353ac6e4c9e789da90923e" COPY scripts/sccache.sh /scripts/ RUN sh /scripts/sccache.sh |
