File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
ci/docker/host-x86_64/dist-various-2 Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ RUN env \
6161
6262WORKDIR /tmp
6363COPY host-x86_64/dist-various-2/shared.sh /tmp/
64- COPY host-x86_64/dist-various-2/build-cloudabi-toolchain.sh /tmp/
65- RUN /tmp/build-cloudabi-toolchain.sh x86_64-unknown-cloudabi
6664COPY host-x86_64/dist-various-2/build-fuchsia-toolchain.sh /tmp/
6765RUN /tmp/build-fuchsia-toolchain.sh
6866COPY host-x86_64/dist-various-2/build-solaris-toolchain.sh /tmp/
@@ -97,7 +95,6 @@ ENV TARGETS=$TARGETS,wasm32-wasi
9795ENV TARGETS=$TARGETS,sparcv9-sun-solaris
9896ENV TARGETS=$TARGETS,x86_64-sun-solaris
9997ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
100- ENV TARGETS=$TARGETS,x86_64-unknown-cloudabi
10198ENV TARGETS=$TARGETS,x86_64-fortanix-unknown-sgx
10299ENV TARGETS=$TARGETS,nvptx64-nvidia-cuda
103100ENV TARGETS=$TARGETS,armv7-unknown-linux-gnueabi
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ target | std | host | notes
128128` x86_64-linux-android ` | ✓ | | 64-bit x86 Android
129129` x86_64-rumprun-netbsd ` | ✓ | | 64-bit NetBSD Rump Kernel
130130` x86_64-sun-solaris ` | ✓ | | 64-bit Solaris 10/11, illumos
131- ` x86_64-unknown-cloudabi ` | ✓ | | 64-bit CloudABI
132131` x86_64-unknown-freebsd ` | ✓ | ✓ | 64-bit FreeBSD
133132` x86_64-unknown-illumos ` | ✓ | ✓ | illumos
134133` x86_64-unknown-linux-gnux32 ` | ✓ | | 64-bit Linux (x32 ABI) (kernel 4.15, glibc 2.27)
@@ -208,6 +207,7 @@ target | std | host | notes
208207` x86_64-linux-kernel ` | ? | | Linux kernel modules
209208` x86_64-pc-solaris ` | ? | |
210209` x86_64-pc-windows-msvc ` | ✓ | | 64-bit Windows XP support
210+ ` x86_64-unknown-cloudabi ` | ✓ | | 64-bit CloudABI
211211` x86_64-unknown-dragonfly ` | ✓ | ✓ | 64-bit DragonFlyBSD
212212` x86_64-unknown-haiku ` | ✓ | ✓ | 64-bit Haiku
213213` x86_64-unknown-hermit ` | ? | |
You can’t perform that action at this time.
0 commit comments