Skip to content

Commit 49271b7

Browse files
authored
Move aarch64 and powerpc64 targets for FreeBSD
Move to LINUX_NO_CORE_TARGETS per gznlbg's suggestion.
1 parent 8c2e02d commit 49271b7

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
@@ -111,12 +111,10 @@ x86_64-unknown-cloudabi \
111111
"
112112

113113
RUST_NIGHTLY_LINUX_TARGETS="\
114-
aarch64-unknown-freebsd \
115114
aarch64-fuchsia \
116115
armv5te-unknown-linux-gnueabi \
117116
armv5te-unknown-linux-musleabi \
118117
i686-pc-windows-gnu \
119-
powerpc64-unknown-freebsd \
120118
wasm32-wasi \
121119
x86_64-fortanix-unknown-sgx \
122120
x86_64-fuchsia \
@@ -172,6 +170,7 @@ done
172170
RUST_LINUX_NO_CORE_TARGETS="\
173171
aarch64-pc-windows-msvc \
174172
aarch64-unknown-cloudabi \
173+
aarch64-unknown-freebsd \
175174
aarch64-unknown-hermit \
176175
aarch64-unknown-netbsd \
177176
aarch64-unknown-openbsd \
@@ -191,6 +190,7 @@ mipsel-unknown-linux-uclibc \
191190
nvptx64-nvidia-cuda \
192191
powerpc-unknown-linux-gnuspe \
193192
powerpc-unknown-netbsd \
193+
powerpc64-unknown-freebsd \
194194
riscv32imac-unknown-none-elf \
195195
riscv32imc-unknown-none-elf \
196196
sparc64-unknown-netbsd \

0 commit comments

Comments
 (0)