summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpkubaj <pkubaj@users.noreply.github.com>2019-05-24 21:12:20 +0200
committerGitHub <noreply@github.com>2019-05-24 21:12:20 +0200
commit8c2e02dc0d6e867c297eb326549ca6242750e590 (patch)
tree39524ec329b547b5c65e4c41ff39ba708c4110f7
parent3335a02019579bcd2217a13d8c9ed79da9bd720c (diff)
downloadrust-libc-8c2e02dc0d6e867c297eb326549ca6242750e590.tar.gz
Move aarch64 and powerpc64 targets for FreeBSD
Move to RUST_NIGHTLY_LINUX_TARGETS per gznlbg's suggestion.
-rw-r--r--ci/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 695733ebef..d9a42d66c5 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -61,7 +61,6 @@ test_target() {
}
RUST_LINUX_TARGETS="\
-aarch64-unknown-freebsd \
aarch64-linux-android \
aarch64-unknown-linux-gnu \
arm-linux-androideabi \
@@ -82,7 +81,6 @@ mipsel-unknown-linux-gnu \
mipsel-unknown-linux-gnu \
mipsel-unknown-linux-musl \
powerpc-unknown-linux-gnu \
-powerpc64-unknown-freebsd \
powerpc64-unknown-linux-gnu \
powerpc64le-unknown-linux-gnu \
s390x-unknown-linux-gnu \
@@ -113,10 +111,12 @@ 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 \