Skip to content

Commit

Permalink
Workaround Rustup bug 2774
Browse files Browse the repository at this point in the history
A regression in rustup has broken that tool on FreeBSD.  Set
RUSTUP_IO_THREADS=1 as a workaround.
rust-lang/rustup#2774
  • Loading branch information
asomers committed May 23, 2021
1 parent b4d4b31 commit 5f0807a
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 5f0807a

Please sign in to comment.