Skip to content

Commit

Permalink
Fix FreeBSD CI failure
Browse files Browse the repository at this point in the history
This also removes the workaround for the fixed rustup bug.
  • Loading branch information
taiki-e authored and Amanieu committed Apr 12, 2023
1 parent 0f500f8 commit fa1eb71
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
env:
# Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
RUSTUP_IO_THREADS: "1"

task:
name: x86_64-unknown-freebsd
freebsd_instance:
image: freebsd-12-2-release-amd64
image_family: freebsd-12-4
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain nightly -y
- . $HOME/.cargo/env
Expand Down

0 comments on commit fa1eb71

Please sign in to comment.