File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235
235
- uses : actions/checkout@v2
236
236
- name : Setup Rust toolchain
237
237
# FIXME: Pin nightly version to make semverver compilable.
238
- run : TOOLCHAIN=nightly-2020-06-18 sh ./ci/install-rust.sh
238
+ run : TOOLCHAIN=nightly-2020-11-19 sh ./ci/install-rust.sh
239
239
- name : Check breaking changes
240
240
run : sh ci/semver.sh linux
241
241
@@ -252,7 +252,7 @@ jobs:
252
252
- uses : actions/checkout@v2
253
253
- name : Setup Rust toolchain
254
254
# FIXME: Pin nightly version to make semverver compilable.
255
- run : TOOLCHAIN=nightly-2020-06-18 sh ./ci/install-rust.sh
255
+ run : TOOLCHAIN=nightly-2020-11-19 sh ./ci/install-rust.sh
256
256
- name : Check breaking changes
257
257
run : sh ci/semver.sh macos
258
258
Original file line number Diff line number Diff line change @@ -205,22 +205,19 @@ done
205
205
# sparc-unknown-linux-gnu
206
206
RUST_LINUX_NO_CORE_TARGETS=" \
207
207
aarch64-pc-windows-msvc \
208
- aarch64-unknown-cloudabi \
209
208
aarch64-unknown-freebsd \
210
209
aarch64-unknown-hermit \
211
210
aarch64-unknown-netbsd \
212
211
aarch64-unknown-openbsd \
213
212
aarch64-wrs-vxworks \
214
213
armebv7r-none-eabi \
215
214
armebv7r-none-eabihf \
216
- armv7-unknown-cloudabi-eabihf \
217
215
armv7-wrs-vxworks-eabihf \
218
216
armv7r-none-eabi \
219
217
armv7r-none-eabihf \
220
218
hexagon-unknown-linux-musl \
221
219
i586-pc-windows-msvc \
222
220
i686-pc-windows-msvc \
223
- i686-unknown-cloudabi \
224
221
i686-unknown-haiku \
225
222
i686-unknown-netbsd \
226
223
i686-unknown-openbsd \
@@ -253,7 +250,6 @@ thumbv7neon-linux-androideabi \
253
250
thumbv7neon-unknown-linux-gnueabihf \
254
251
thumbv8m.main-none-eabi \
255
252
x86_64-pc-windows-msvc \
256
- x86_64-unknown-cloudabi \
257
253
x86_64-unknown-dragonfly \
258
254
x86_64-unknown-haiku \
259
255
x86_64-unknown-hermit \
Original file line number Diff line number Diff line change 15
15
16
16
rustup component add rustc-dev llvm-tools-preview
17
17
18
- # FIXME: Use upstream once it gets rustup.
19
- cargo install semververfork
18
+ cargo install --git https://github.com/rust-dev-tools/rust-semverver
20
19
21
20
TARGETS=
22
21
case " ${OS} " in
@@ -71,6 +70,5 @@ for TARGET in $TARGETS; do
71
70
sleep 1
72
71
done
73
72
74
- # FIXME: Use upstream once it gets rustup.
75
- cargo semverfork --api-guidelines --target=" ${TARGET} "
73
+ cargo semver --api-guidelines --target=" ${TARGET} "
76
74
done
You can’t perform that action at this time.
0 commit comments