Skip to content

Commit 6d4c60d

Browse files
committed
Auto merge of #1358 - pkubaj:patch-1, r=gnzlbg
Add powerpc64-unknown-freebsd target Per rust-lang/stdarch#765 add powerpc64-unknown-freebsd to prevent further breakages.
2 parents 0f395c6 + 49271b7 commit 6d4c60d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ done
175175
RUST_LINUX_NO_CORE_TARGETS="\
176176
aarch64-pc-windows-msvc \
177177
aarch64-unknown-cloudabi \
178+
aarch64-unknown-freebsd \
178179
aarch64-unknown-hermit \
179180
aarch64-unknown-netbsd \
180181
aarch64-unknown-openbsd \
@@ -194,6 +195,7 @@ mipsel-unknown-linux-uclibc \
194195
nvptx64-nvidia-cuda \
195196
powerpc-unknown-linux-gnuspe \
196197
powerpc-unknown-netbsd \
198+
powerpc64-unknown-freebsd \
197199
riscv32imac-unknown-none-elf \
198200
riscv32imc-unknown-none-elf \
199201
sparc64-unknown-netbsd \

0 commit comments

Comments
 (0)