Skip to content

Commit

Permalink
Auto merge of #1358 - pkubaj:patch-1, r=gnzlbg
Browse files Browse the repository at this point in the history
Add powerpc64-unknown-freebsd target

Per rust-lang/stdarch#765 add powerpc64-unknown-freebsd to prevent further breakages.
  • Loading branch information
bors committed May 25, 2019
2 parents 0f395c6 + 49271b7 commit 6d4c60d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ done
RUST_LINUX_NO_CORE_TARGETS="\
aarch64-pc-windows-msvc \
aarch64-unknown-cloudabi \
aarch64-unknown-freebsd \
aarch64-unknown-hermit \
aarch64-unknown-netbsd \
aarch64-unknown-openbsd \
Expand All @@ -194,6 +195,7 @@ mipsel-unknown-linux-uclibc \
nvptx64-nvidia-cuda \
powerpc-unknown-linux-gnuspe \
powerpc-unknown-netbsd \
powerpc64-unknown-freebsd \
riscv32imac-unknown-none-elf \
riscv32imc-unknown-none-elf \
sparc64-unknown-netbsd \
Expand Down

0 comments on commit 6d4c60d

Please sign in to comment.