Skip to content

Commit 000ac11

Browse files
committed
Switch FreeBSD's CI image to stable/11
The 11.3-release GCE image isn't working due to a bug in the included py36-google-compute-engine package, but that bug is fixed in the latest stable/11 images.
1 parent 91e44b1 commit 000ac11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task:
22
name: stable x86_64-unknown-freebsd-11
33
freebsd_instance:
4-
image: freebsd-11-3-release-amd64
4+
image: freebsd-11-3-stable-amd64-v20190801
55
setup_script:
66
- pkg install -y curl
77
- curl https://sh.rustup.rs -sSf --output rustup.sh

0 commit comments

Comments
 (0)