Skip to content

Commit 716890a

Browse files
committed
Pin nightly compiler used in CI for uclibc
Workaround for rust-lang/rust#95866
1 parent 145c240 commit 716890a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cirrus.yml

+5
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,13 @@ task:
289289
- name: Linux armv7 uclibceabihf
290290
env:
291291
TARGET: armv7-unknown-linux-uclibceabihf
292+
# Pin nightly compiler due to
293+
# https://github.com/rust-lang/rust/issues/95866
294+
TOOLCHAIN: nightly-2022-04-01
292295
setup_script:
293296
- rustup component add rust-src
297+
# install the pinned compiler, if necessary
298+
- rustup toolchain install $TOOLCHAIN --profile minimal
294299
<< : *BUILD
295300
before_cache_script: rm -rf $CARGO_HOME/registry/index
296301

0 commit comments

Comments
 (0)