Skip to content

Commit e764f47

Browse files
committed
Disable solaris target since toolchain no longer builds
1 parent 78965f4 commit e764f47

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/ci/docker/dist-various-2/Dockerfile

+7-5
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ COPY dist-various-2/build-cloudabi-toolchain.sh /tmp/
3232
RUN /tmp/build-cloudabi-toolchain.sh x86_64-unknown-cloudabi
3333
COPY dist-various-2/build-fuchsia-toolchain.sh /tmp/
3434
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
3839
COPY 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

7475
ENV TARGETS=x86_64-fuchsia
7576
ENV TARGETS=$TARGETS,aarch64-fuchsia
76-
ENV TARGETS=$TARGETS,sparcv9-sun-solaris
7777
ENV TARGETS=$TARGETS,wasm32-unknown-unknown
7878
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
8082
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
8183
ENV TARGETS=$TARGETS,x86_64-unknown-cloudabi
8284
ENV TARGETS=$TARGETS,x86_64-fortanix-unknown-sgx

0 commit comments

Comments
 (0)