diff options
author | pkubaj <pkubaj@users.noreply.github.com> | 2019-05-25 00:41:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 00:41:35 +0200 |
commit | 49271b7a7e2277b137c75e682a04b63ff8e0e9f8 (patch) | |
tree | d15dc8599488accd6b9f45124bd4bdb0a2801efe | |
parent | 8c2e02dc0d6e867c297eb326549ca6242750e590 (diff) | |
download | rust-libc-49271b7a7e2277b137c75e682a04b63ff8e0e9f8.tar.gz |
Move aarch64 and powerpc64 targets for FreeBSD
Move to LINUX_NO_CORE_TARGETS per gznlbg's suggestion.
-rw-r--r-- | ci/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh index d9a42d66c5..6fccc05b2e 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -111,12 +111,10 @@ x86_64-unknown-cloudabi \ " RUST_NIGHTLY_LINUX_TARGETS="\ -aarch64-unknown-freebsd \ aarch64-fuchsia \ armv5te-unknown-linux-gnueabi \ armv5te-unknown-linux-musleabi \ i686-pc-windows-gnu \ -powerpc64-unknown-freebsd \ wasm32-wasi \ x86_64-fortanix-unknown-sgx \ x86_64-fuchsia \ @@ -172,6 +170,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 \ @@ -191,6 +190,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 \ |