From 91e44b1e610ebd5b0ee14b4cd1e295844978c8ba Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 7 Aug 2019 10:56:13 -0600 Subject: [PATCH 1/2] Upgrade FreeBSD's CI image to release 11.3 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 47807ab0..d2fb21a6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ task: name: stable x86_64-unknown-freebsd-11 freebsd_instance: - image: freebsd-11-2-release-amd64 + image: freebsd-11-3-release-amd64 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh From 000ac11554ff107a22de590c811c1b9c9ee6b64b Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 7 Aug 2019 15:53:55 -0600 Subject: [PATCH 2/2] 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. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d2fb21a6..178f5b24 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