Skip to content

Commit af2dc7a

Browse files
committed
Move x86_64-unknown-cloudabi to tier 3 check
1 parent b179309 commit af2dc7a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci/build.sh

Lines changed: 2 additions & 2 deletions
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

Lines changed: 0 additions & 1 deletion
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)