Skip to content

Commit 278c565

Browse files
committed
Check that more targets build
1 parent 8d94e00 commit 278c565

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

ci/build.sh

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ done
167167
# FIXME: https://github.com/rust-lang/rust/issues/58564
168168
# sparc-unknown-linux-gnu
169169
RUST_LINUX_NO_CORE_TARGETS="\
170-
x86_64-unknown-hermit \
171-
x86_64-unknown-dragonfly \
172-
aarch64-unknown-hermit \
173170
aarch64-pc-windows-msvc \
174171
aarch64-unknown-cloudabi \
172+
aarch64-unknown-hermit \
173+
aarch64-unknown-netbsd \
174+
aarch64-unknown-openbsd \
175175
armebv7r-none-eabi \
176176
armebv7r-none-eabihf \
177177
armv7-unknown-cloudabi-eabihf \
@@ -182,8 +182,12 @@ i686-pc-windows-msvc \
182182
i686-unknown-cloudabi \
183183
i686-unknown-haiku \
184184
i686-unknown-netbsd \
185+
i686-unknown-openbsd \
186+
mips-unknown-linux-uclibc \
187+
mipsel-unknown-linux-uclibc \
185188
nvptx64-nvidia-cuda \
186189
powerpc-unknown-linux-gnuspe \
190+
powerpc-unknown-netbsd \
187191
riscv32imac-unknown-none-elf \
188192
riscv32imc-unknown-none-elf \
189193
sparc64-unknown-netbsd \
@@ -196,8 +200,12 @@ thumbv7neon-unknown-linux-gnueabihf \
196200
thumbv8m.main-none-eabi \
197201
x86_64-pc-windows-msvc
198202
x86_64-unknown-bitrig \
203+
x86_64-unknown-dragonfly \
204+
x86_64-unknown-dragonfly \
199205
x86_64-unknown-haiku \
200-
x86_64-unknown-openbsd
206+
x86_64-unknown-hermit \
207+
x86_64-unknown-l4re-uclibc \
208+
x86_64-unknown-openbsd \
201209
"
202210

203211
if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then

0 commit comments

Comments
 (0)