Skip to content

Commit

Permalink
Work around rustup bug in FreeBSD CI (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored May 28, 2021
1 parent cf1dbfa commit 6c01186
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
env:
# Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
RUSTUP_IO_THREADS: "1"

task:
name: x86_64-unknown-freebsd
freebsd_instance:
image: freebsd-12-1-release-amd64
image: freebsd-12-2-release-amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
Expand Down

0 comments on commit 6c01186

Please sign in to comment.