Skip to content

Commit fa1eb71

Browse files
taiki-eAmanieu
authored andcommitted
Fix FreeBSD CI failure
This also removes the workaround for the fixed rustup bug.
1 parent 0f500f8 commit fa1eb71

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.cirrus.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
env:
2-
# Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
3-
RUSTUP_IO_THREADS: "1"
4-
51
task:
62
name: x86_64-unknown-freebsd
73
freebsd_instance:
8-
image: freebsd-12-2-release-amd64
4+
image_family: freebsd-12-4
95
setup_script:
10-
- pkg install -y curl
116
- curl https://sh.rustup.rs -sSf --output rustup.sh
127
- sh rustup.sh --default-toolchain nightly -y
138
- . $HOME/.cargo/env

0 commit comments

Comments
 (0)