Skip to content

Commit 8c2e02d

Browse files
authored
Move aarch64 and powerpc64 targets for FreeBSD
Move to RUST_NIGHTLY_LINUX_TARGETS per gznlbg's suggestion.
1 parent 3335a02 commit 8c2e02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ test_target() {
6161
}
6262

6363
RUST_LINUX_TARGETS="\
64-
aarch64-unknown-freebsd \
6564
aarch64-linux-android \
6665
aarch64-unknown-linux-gnu \
6766
arm-linux-androideabi \
@@ -82,7 +81,6 @@ mipsel-unknown-linux-gnu \
8281
mipsel-unknown-linux-gnu \
8382
mipsel-unknown-linux-musl \
8483
powerpc-unknown-linux-gnu \
85-
powerpc64-unknown-freebsd \
8684
powerpc64-unknown-linux-gnu \
8785
powerpc64le-unknown-linux-gnu \
8886
s390x-unknown-linux-gnu \
@@ -113,10 +111,12 @@ x86_64-unknown-cloudabi \
113111
"
114112

115113
RUST_NIGHTLY_LINUX_TARGETS="\
114+
aarch64-unknown-freebsd \
116115
aarch64-fuchsia \
117116
armv5te-unknown-linux-gnueabi \
118117
armv5te-unknown-linux-musleabi \
119118
i686-pc-windows-gnu \
119+
powerpc64-unknown-freebsd \
120120
wasm32-wasi \
121121
x86_64-fortanix-unknown-sgx \
122122
x86_64-fuchsia \

0 commit comments

Comments
 (0)