summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-05-23 08:20:36 -0600
committerGitHub <noreply@github.com>2021-05-23 08:20:36 -0600
commit86dde6c33d4a923013f61406587c8ddf9c50b248 (patch)
treea297c0c47937b0f9c3a295bf2ac7892f2d0877bc
parentb4d4b3183b75addf7cad83c57994a62a89235ed4 (diff)
parent5f0807a3521615e6106dbc8896ca16825de8adb5 (diff)
downloadnix-86dde6c33d4a923013f61406587c8ddf9c50b248.zip
Merge pull request #1436 from nix-rust/rustup-hang
Workaround Rustup bug 2774
-rw-r--r--.cirrus.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 381fb629..a07bc03b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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: