@@ -32,9 +32,10 @@ COPY dist-various-2/build-cloudabi-toolchain.sh /tmp/
3232RUN /tmp/build-cloudabi-toolchain.sh x86_64-unknown-cloudabi
3333COPY dist-various-2/build-fuchsia-toolchain.sh /tmp/
3434RUN /tmp/build-fuchsia-toolchain.sh
35- COPY dist-various-2/build-solaris-toolchain.sh /tmp/
36- RUN /tmp/build-solaris-toolchain.sh x86_64 amd64 solaris-i386
37- RUN /tmp/build-solaris-toolchain.sh sparcv9 sparcv9 solaris-sparc
35+ # FIXME(#61022) - reenable solaris
36+ # COPY dist-various-2/build-solaris-toolchain.sh /tmp/
37+ # RUN /tmp/build-solaris-toolchain.sh x86_64 amd64 solaris-i386
38+ # RUN /tmp/build-solaris-toolchain.sh sparcv9 sparcv9 solaris-sparc
3839COPY dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh /tmp/
3940# We pass the commit id of the port of LLVM's libunwind to the build script.
4041# Any update to the commit id here, should cause the container image to be re-built from this point on.
@@ -73,10 +74,11 @@ ENV CARGO_TARGET_AARCH64_FUCHSIA_RUSTFLAGS \
7374
7475ENV TARGETS=x86_64-fuchsia
7576ENV TARGETS=$TARGETS,aarch64-fuchsia
76- ENV TARGETS=$TARGETS,sparcv9-sun-solaris
7777ENV TARGETS=$TARGETS,wasm32-unknown-unknown
7878ENV TARGETS=$TARGETS,wasm32-unknown-wasi
79- ENV TARGETS=$TARGETS,x86_64-sun-solaris
79+ # FIXME(#61022) - reenable solaris
80+ # ENV TARGETS=$TARGETS,sparcv9-sun-solaris
81+ # ENV TARGETS=$TARGETS,x86_64-sun-solaris
8082ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
8183ENV TARGETS=$TARGETS,x86_64-unknown-cloudabi
8284ENV TARGETS=$TARGETS,x86_64-fortanix-unknown-sgx
0 commit comments