Skip to content

Commit

Permalink
Merge pull request #1436 from nix-rust/rustup-hang
Browse files Browse the repository at this point in the history
Workaround Rustup bug 2774
  • Loading branch information
asomers authored May 23, 2021
2 parents b4d4b31 + 5f0807a commit 86dde6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ cargo_cache:
# the system's binaries, so the environment shouldn't matter.
task:
name: FreeBSD amd64 & i686
env:
# Temporary workaround for https://github.com/rust-lang/rustup/issues/2774
RUSTUP_IO_THREADS: 1
freebsd_instance:
image: freebsd-11-4-release-amd64
setup_script:
Expand Down

0 comments on commit 86dde6c

Please sign in to comment.