Skip to content

Commit ab10de3

Browse files
committed
Set RUSTUP_IO_THREADS=1 to avoid the installation failure on FreeBSD CI
1 parent 708e528 commit ab10de3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cirrus.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
env:
2+
# Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
3+
RUSTUP_IO_THREADS: "1"
4+
15
task:
26
name: stable x86_64-unknown-freebsd-11
37
freebsd_instance:

0 commit comments

Comments
 (0)