Skip to content

Commit

Permalink
ci: workaround rustup hang on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 22, 2021
1 parent ffbfb25 commit caed905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task:
- pkg install -y bash
- curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
- chmod +x /tmp/rustup.sh
- /tmp/rustup.sh -y -q
- RUSTUP_IO_THREADS=1 /tmp/rustup.sh -y -q
- env PATH=$HOME/.cargo/bin:$PATH bash get-deps
test_script:
- env PATH=$HOME/.cargo/bin:$PATH cargo build --all --release
Expand Down

0 comments on commit caed905

Please sign in to comment.