File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
mipsel-unknown-linux-musl Expand file tree Collapse file tree 4 files changed +8
-8
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 @@ -10,7 +10,8 @@ RUN mkdir /toolchain
10
10
# See build_dir/target-mips_24kc_musl/linux-ar71xx_generic/linux-4.14.151
11
11
# Musl version: 1.1.24
12
12
# See staging_dir/toolchain-mips_24kc_gcc-7.4.0_musl/info.mk
13
- RUN curl --retry 5 -L https://downloads.openwrt.org/releases/19.07.0-rc1/targets/ar71xx/generic/openwrt-sdk-19.07.0-rc1-ar71xx-generic_gcc-7.4.0_musl.Linux-x86_64.tar.xz | \
13
+ # FIXME: Use mirror until the original gets back.
14
+ RUN curl --retry 5 -L https://rap.mirror.cyberbits.eu/openwrt/releases/19.07.0-rc1/targets/ar71xx/generic/openwrt-sdk-19.07.0-rc1-ar71xx-generic_gcc-7.4.0_musl.Linux-x86_64.tar.xz | \
14
15
tar xJf - -C /toolchain --strip-components=1
15
16
16
17
# See https://lkml.org/lkml/2014/3/14/269
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ RUN mkdir /toolchain
10
10
# See build_dir/target-mipsel_mips32_musl/linux-brcm47xx_generic/linux-4.14.151
11
11
# Musl version: 1.1.24
12
12
# See staging_dir/toolchain-mipsel_mips32_gcc-7.4.0_musl/info.mk
13
- RUN curl --retry 5 -L https://downloads.openwrt.org/releases/19.07.0-rc1/targets/brcm47xx/generic/openwrt-sdk-19.07.0-rc1-brcm47xx-generic_gcc-7.4.0_musl.Linux-x86_64.tar.xz | \
13
+ # FIXME: Use mirror until the original gets back.
14
+ RUN curl --retry 5 -L https://rap.mirror.cyberbits.eu/openwrt/releases/19.07.0-rc1/targets/ar71xx/generic/openwrt-sdk-19.07.0-rc1-ar71xx-generic_gcc-7.4.0_musl.Linux-x86_64.tar.xz | \
14
15
tar xJf - -C /toolchain --strip-components=1
15
16
16
17
# See https://lkml.org/lkml/2014/3/14/269
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 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