Skip to content

Commit

Permalink
Switch FreeBSD's CI image to stable/11
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
asomers committed Aug 7, 2019
1 parent 91e44b1 commit 000ac11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
@@ -1,7 +1,7 @@
task:
name: stable x86_64-unknown-freebsd-11
freebsd_instance:
image: freebsd-11-3-release-amd64
image: freebsd-11-3-stable-amd64-v20190801
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
Expand Down

0 comments on commit 000ac11

Please sign in to comment.