Skip to content

Commit ff26761

Browse files
committed
travis: Move cloudabi to xbuild section
Cloud ABI [is now Tier 3](rust-lang/rust#75568), so its libstd is no longer distributed with Rust. Signed-off-by: Joe Richey <joerichey@google.com>
1 parent 99a23d9 commit ff26761

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ matrix:
129129
rust: nightly-2020-09-08
130130
install:
131131
- rustup target add x86_64-sun-solaris
132-
- rustup target add x86_64-unknown-cloudabi
133132
- rustup target add x86_64-unknown-freebsd
134133
- rustup target add x86_64-fuchsia
135134
- rustup target add x86_64-unknown-netbsd
@@ -140,25 +139,25 @@ matrix:
140139
- cargo install cargo-xbuild || true
141140
script:
142141
- cargo build --target=x86_64-sun-solaris
143-
- cargo build --target=x86_64-unknown-cloudabi
144142
- cargo build --target=x86_64-unknown-freebsd
145143
- cargo build --target=x86_64-fuchsia
146144
- cargo build --target=x86_64-unknown-netbsd
147145
- cargo build --target=x86_64-unknown-redox
148146
- cargo build --target=x86_64-fortanix-unknown-sgx
147+
- cargo xbuild --target=x86_64-unknown-cloudabi
149148
- cargo xbuild --target=x86_64-unknown-uefi
150149
- cargo xbuild --target=x86_64-unknown-hermit
151150
- cargo xbuild --target=x86_64-unknown-l4re-uclibc
152151
- cargo xbuild --target=x86_64-wrs-vxworks
153152
# also test minimum dependency versions are usable
154153
- cargo generate-lockfile -Z minimal-versions
155154
- cargo build --target=x86_64-sun-solaris
156-
- cargo build --target=x86_64-unknown-cloudabi
157155
- cargo build --target=x86_64-unknown-freebsd
158156
- cargo build --target=x86_64-fuchsia
159157
- cargo build --target=x86_64-unknown-netbsd
160158
- cargo build --target=x86_64-unknown-redox
161159
- cargo build --target=x86_64-fortanix-unknown-sgx
160+
- cargo xbuild --target=x86_64-unknown-cloudabi
162161
- cargo xbuild --target=x86_64-unknown-uefi
163162
- cargo xbuild --target=x86_64-unknown-hermit
164163
- cargo xbuild --target=x86_64-unknown-l4re-uclibc

0 commit comments

Comments
 (0)