@@ -32,9 +32,10 @@ COPY dist-various-2/build-cloudabi-toolchain.sh /tmp/
32
32
RUN /tmp/build-cloudabi-toolchain.sh x86_64-unknown-cloudabi
33
33
COPY dist-various-2/build-fuchsia-toolchain.sh /tmp/
34
34
RUN /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
38
39
COPY dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh /tmp/
39
40
# We pass the commit id of the port of LLVM's libunwind to the build script.
40
41
# 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 \
73
74
74
75
ENV TARGETS=x86_64-fuchsia
75
76
ENV TARGETS=$TARGETS,aarch64-fuchsia
76
- ENV TARGETS=$TARGETS,sparcv9-sun-solaris
77
77
ENV TARGETS=$TARGETS,wasm32-unknown-unknown
78
78
ENV 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
80
82
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
81
83
ENV TARGETS=$TARGETS,x86_64-unknown-cloudabi
82
84
ENV TARGETS=$TARGETS,x86_64-fortanix-unknown-sgx
0 commit comments