Skip to content

Commit bd0994b

Browse files
committed
Auto merge of #2187 - JohnTitor:fix-freebsd-ci, r=JohnTitor
Set `RUSTUP_IO_THREADS=1` to avoid the installation failure on FreeBSD CI r? `@ghost`
2 parents 708e528 + 02bffca commit bd0994b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.cirrus.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
env:
2+
# Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
3+
RUSTUP_IO_THREADS: "1"
4+
15
task:
26
name: stable x86_64-unknown-freebsd-11
37
freebsd_instance:
@@ -31,7 +35,7 @@ task:
3135
task:
3236
name: nightly x86_64-unknown-freebsd-13
3337
freebsd_instance:
34-
image: freebsd-13-0-alpha3-amd64
38+
image: freebsd-13-0-release-amd64
3539
setup_script:
3640
- pkg install -y curl
3741
- curl https://sh.rustup.rs -sSf --output rustup.sh

0 commit comments

Comments
 (0)