File tree 2 files changed +1
-4
lines changed
ci/docker/host-x86_64/dist-various-2
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ RUN env \
61
61
62
62
WORKDIR /tmp
63
63
COPY 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
66
64
COPY host-x86_64/dist-various-2/build-fuchsia-toolchain.sh /tmp/
67
65
RUN /tmp/build-fuchsia-toolchain.sh
68
66
COPY host-x86_64/dist-various-2/build-solaris-toolchain.sh /tmp/
@@ -97,7 +95,6 @@ ENV TARGETS=$TARGETS,wasm32-wasi
97
95
ENV TARGETS=$TARGETS,sparcv9-sun-solaris
98
96
ENV TARGETS=$TARGETS,x86_64-sun-solaris
99
97
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
100
- ENV TARGETS=$TARGETS,x86_64-unknown-cloudabi
101
98
ENV TARGETS=$TARGETS,x86_64-fortanix-unknown-sgx
102
99
ENV TARGETS=$TARGETS,nvptx64-nvidia-cuda
103
100
ENV TARGETS=$TARGETS,armv7-unknown-linux-gnueabi
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ target | std | host | notes
128
128
` x86_64-linux-android ` | ✓ | | 64-bit x86 Android
129
129
` x86_64-rumprun-netbsd ` | ✓ | | 64-bit NetBSD Rump Kernel
130
130
` x86_64-sun-solaris ` | ✓ | | 64-bit Solaris 10/11, illumos
131
- ` x86_64-unknown-cloudabi ` | ✓ | | 64-bit CloudABI
132
131
` x86_64-unknown-freebsd ` | ✓ | ✓ | 64-bit FreeBSD
133
132
` x86_64-unknown-illumos ` | ✓ | ✓ | illumos
134
133
` x86_64-unknown-linux-gnux32 ` | ✓ | | 64-bit Linux (x32 ABI) (kernel 4.15, glibc 2.27)
@@ -208,6 +207,7 @@ target | std | host | notes
208
207
` x86_64-linux-kernel ` | ? | | Linux kernel modules
209
208
` x86_64-pc-solaris ` | ? | |
210
209
` x86_64-pc-windows-msvc ` | ✓ | | 64-bit Windows XP support
210
+ ` x86_64-unknown-cloudabi ` | ✓ | | 64-bit CloudABI
211
211
` x86_64-unknown-dragonfly ` | ✓ | ✓ | 64-bit DragonFlyBSD
212
212
` x86_64-unknown-haiku ` | ✓ | ✓ | 64-bit Haiku
213
213
` x86_64-unknown-hermit ` | ? | |
You can’t perform that action at this time.
0 commit comments