Skip to content

Commit 267cc2c

Browse files
authored
Merge pull request #1865 from JohnTitor/cloudabi-tier3
Move `x86_64-unknown-cloudabi` to tier 3 check
2 parents b179309 + af2dc7a commit 267cc2c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ x86_64-sun-solaris \
135135
"
136136
RUST_GT_1_24_LINUX_TARGETS="\
137137
i586-unknown-linux-musl \
138-
x86_64-unknown-cloudabi \
139138
"
140139

141140
# FIXME: temporarirly disable the redox target
@@ -235,7 +234,8 @@ thumbv7m-none-eabi \
235234
thumbv7neon-linux-androideabi \
236235
thumbv7neon-unknown-linux-gnueabihf \
237236
thumbv8m.main-none-eabi \
238-
x86_64-pc-windows-msvc
237+
x86_64-pc-windows-msvc \
238+
x86_64-unknown-cloudabi \
239239
x86_64-unknown-dragonfly \
240240
x86_64-unknown-haiku \
241241
x86_64-unknown-hermit \

ci/semver.sh

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ x86_64-unknown-freebsd \
4444
x86_64-unknown-linux-gnu \
4545
x86_64-unknown-linux-musl \
4646
x86_64-unknown-netbsd \
47-
x86_64-unknown-cloudabi \
4847
x86_64-sun-solaris \
4948
x86_64-fuchsia \
5049
x86_64-pc-windows-gnu \

0 commit comments

Comments
 (0)