Skip to content

Commit 63d5c41

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

+3
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@ 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
294297
<< : *BUILD

0 commit comments

Comments
 (0)