1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 21:01:36 +03:00

ci: workaround rustup hang on freebsd

refs: https://github.com/rust-lang/rustup/issues/2774
This commit is contained in:
Wez Furlong 2021-05-21 20:13:15 -07:00
parent ffbfb25f16
commit caed905626

View File

@ -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