Skip to content

Commit 0b2e18f

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 c4b609a + 49271b7 commit 0b2e18f

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
@@ -170,6 +170,7 @@ done
170170
RUST_LINUX_NO_CORE_TARGETS="\
171171
aarch64-pc-windows-msvc \
172172
aarch64-unknown-cloudabi \
173+
aarch64-unknown-freebsd \
173174
aarch64-unknown-hermit \
174175
aarch64-unknown-netbsd \
175176
aarch64-unknown-openbsd \
@@ -189,6 +190,7 @@ mipsel-unknown-linux-uclibc \
189190
nvptx64-nvidia-cuda \
190191
powerpc-unknown-linux-gnuspe \
191192
powerpc-unknown-netbsd \
193+
powerpc64-unknown-freebsd \
192194
riscv32imac-unknown-none-elf \
193195
riscv32imc-unknown-none-elf \
194196
sparc64-unknown-netbsd \

0 commit comments

Comments
 (0)