summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-08-07 15:53:55 -0600
committerAlan Somers <asomers@gmail.com>2019-08-07 15:53:55 -0600
commit000ac11554ff107a22de590c811c1b9c9ee6b64b (patch)
tree39c382357ecaf1bbade58514fc6bf3fc0296e436 /.cirrus.yml
parent91e44b1e610ebd5b0ee14b4cd1e295844978c8ba (diff)
downloadrust-libc-000ac11554ff107a22de590c811c1b9c9ee6b64b.tar.gz
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.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index d2fb21a60b..178f5b2469 100644
--- a/.cirrus.yml
+++ b/.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