We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343a921 commit db6fa2fCopy full SHA for db6fa2f
src/ci/docker/dist-various-2/Dockerfile
@@ -71,8 +71,6 @@ RUN /tmp/build-solaris-toolchain.sh sparcv9 sparcv9 solaris-sparc
71
COPY dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh /tmp/
72
COPY dist-various-2/x86_64-fortanix-unknown-sgx-clang-wrap.sh /usr/bin/x86_64-fortanix-unknown-sgx-clang-11
73
RUN ln -s /usr/bin/x86_64-fortanix-unknown-sgx-clang-11 /usr/bin/x86_64-fortanix-unknown-sgx-clang++-11
74
-# We pass the commit id of the port of LLVM's libunwind to the build script.
75
-# Any update to the commit id here, should cause the container image to be re-built from this point on.
76
RUN /tmp/build-x86_64-fortanix-unknown-sgx-toolchain.sh
77
78
COPY dist-various-2/build-wasi-toolchain.sh /tmp/
0 commit comments