@@ -129,7 +129,6 @@ matrix:
129
129
rust : nightly-2020-09-08
130
130
install :
131
131
- rustup target add x86_64-sun-solaris
132
- - rustup target add x86_64-unknown-cloudabi
133
132
- rustup target add x86_64-unknown-freebsd
134
133
- rustup target add x86_64-fuchsia
135
134
- rustup target add x86_64-unknown-netbsd
@@ -140,25 +139,25 @@ matrix:
140
139
- cargo install cargo-xbuild || true
141
140
script :
142
141
- cargo build --target=x86_64-sun-solaris
143
- - cargo build --target=x86_64-unknown-cloudabi
144
142
- cargo build --target=x86_64-unknown-freebsd
145
143
- cargo build --target=x86_64-fuchsia
146
144
- cargo build --target=x86_64-unknown-netbsd
147
145
- cargo build --target=x86_64-unknown-redox
148
146
- cargo build --target=x86_64-fortanix-unknown-sgx
147
+ - cargo xbuild --target=x86_64-unknown-cloudabi
149
148
- cargo xbuild --target=x86_64-unknown-uefi
150
149
- cargo xbuild --target=x86_64-unknown-hermit
151
150
- cargo xbuild --target=x86_64-unknown-l4re-uclibc
152
151
- cargo xbuild --target=x86_64-wrs-vxworks
153
152
# also test minimum dependency versions are usable
154
153
- cargo generate-lockfile -Z minimal-versions
155
154
- cargo build --target=x86_64-sun-solaris
156
- - cargo build --target=x86_64-unknown-cloudabi
157
155
- cargo build --target=x86_64-unknown-freebsd
158
156
- cargo build --target=x86_64-fuchsia
159
157
- cargo build --target=x86_64-unknown-netbsd
160
158
- cargo build --target=x86_64-unknown-redox
161
159
- cargo build --target=x86_64-fortanix-unknown-sgx
160
+ - cargo xbuild --target=x86_64-unknown-cloudabi
162
161
- cargo xbuild --target=x86_64-unknown-uefi
163
162
- cargo xbuild --target=x86_64-unknown-hermit
164
163
- cargo xbuild --target=x86_64-unknown-l4re-uclibc
0 commit comments