@@ -32,10 +32,9 @@ 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
- # 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
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
39
38
COPY dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh /tmp/
40
39
# We pass the commit id of the port of LLVM's libunwind to the build script.
41
40
# Any update to the commit id here, should cause the container image to be re-built from this point on.
@@ -76,9 +75,8 @@ ENV TARGETS=x86_64-fuchsia
76
75
ENV TARGETS=$TARGETS,aarch64-fuchsia
77
76
ENV TARGETS=$TARGETS,wasm32-unknown-unknown
78
77
ENV TARGETS=$TARGETS,wasm32-wasi
79
- # FIXME(#61022) - reenable solaris
80
- # ENV TARGETS=$TARGETS,sparcv9-sun-solaris
81
- # ENV TARGETS=$TARGETS,x86_64-sun-solaris
78
+ ENV TARGETS=$TARGETS,sparcv9-sun-solaris
79
+ ENV TARGETS=$TARGETS,x86_64-sun-solaris
82
80
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
83
81
ENV TARGETS=$TARGETS,x86_64-unknown-cloudabi
84
82
ENV TARGETS=$TARGETS,x86_64-fortanix-unknown-sgx
0 commit comments