Skip to content

Commit 6c01186

Browse files
authored
Work around rustup bug in FreeBSD CI (#1176)
1 parent cf1dbfa commit 6c01186

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.cirrus.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
env:
2+
# Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
3+
RUSTUP_IO_THREADS: "1"
4+
15
task:
26
name: x86_64-unknown-freebsd
37
freebsd_instance:
4-
image: freebsd-12-1-release-amd64
8+
image: freebsd-12-2-release-amd64
59
setup_script:
610
- pkg install -y curl
711
- curl https://sh.rustup.rs -sSf --output rustup.sh

0 commit comments

Comments
 (0)