File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ test_target() {
61
61
}
62
62
63
63
RUST_LINUX_TARGETS=" \
64
- aarch64-unknown-freebsd \
65
64
aarch64-linux-android \
66
65
aarch64-unknown-linux-gnu \
67
66
arm-linux-androideabi \
@@ -82,7 +81,6 @@ mipsel-unknown-linux-gnu \
82
81
mipsel-unknown-linux-gnu \
83
82
mipsel-unknown-linux-musl \
84
83
powerpc-unknown-linux-gnu \
85
- powerpc64-unknown-freebsd \
86
84
powerpc64-unknown-linux-gnu \
87
85
powerpc64le-unknown-linux-gnu \
88
86
s390x-unknown-linux-gnu \
@@ -113,10 +111,12 @@ x86_64-unknown-cloudabi \
113
111
"
114
112
115
113
RUST_NIGHTLY_LINUX_TARGETS=" \
114
+ aarch64-unknown-freebsd \
116
115
aarch64-fuchsia \
117
116
armv5te-unknown-linux-gnueabi \
118
117
armv5te-unknown-linux-musleabi \
119
118
i686-pc-windows-gnu \
119
+ powerpc64-unknown-freebsd \
120
120
wasm32-wasi \
121
121
x86_64-fortanix-unknown-sgx \
122
122
x86_64-fuchsia \
You can’t perform that action at this time.
0 commit comments