diff options
| author | Adrian Cruceru <cruceruadrian@gmail.com> | 2020-06-25 12:30:27 +0200 |
|---|---|---|
| committer | Adrian Cruceru <cruceruadrian@gmail.com> | 2020-06-25 12:30:27 +0200 |
| commit | db6fa2fff58c1071f66d3b91e1baf626571e0bcd (patch) | |
| tree | 3ca09c283702e27dd0bc91a48fcbf2487d0a7e17 | |
| parent | 343a9212b0421b5d81c15b2ef4ef0f02c19d2850 (diff) | |
| download | rust-db6fa2fff58c1071f66d3b91e1baf626571e0bcd.tar.gz rust-db6fa2fff58c1071f66d3b91e1baf626571e0bcd.zip | |
Remove deprecated comments
| -rw-r--r-- | src/ci/docker/dist-various-2/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ci/docker/dist-various-2/Dockerfile b/src/ci/docker/dist-various-2/Dockerfile index 208d45fa83f..1f1c2460023 100644 --- a/src/ci/docker/dist-various-2/Dockerfile +++ b/src/ci/docker/dist-various-2/Dockerfile @@ -71,8 +71,6 @@ RUN /tmp/build-solaris-toolchain.sh sparcv9 sparcv9 solaris-sparc COPY dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh /tmp/ COPY dist-various-2/x86_64-fortanix-unknown-sgx-clang-wrap.sh /usr/bin/x86_64-fortanix-unknown-sgx-clang-11 RUN ln -s /usr/bin/x86_64-fortanix-unknown-sgx-clang-11 /usr/bin/x86_64-fortanix-unknown-sgx-clang++-11 -# 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 COPY dist-various-2/build-wasi-toolchain.sh /tmp/ |
