Skip to content

Commit 4a83991

Browse files
committed
Update the FreeBSD CI image to an 11.3 snapshot
11.2 is EOL.
1 parent 154ff58 commit 4a83991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
freebsd_instance:
2-
image: freebsd-11-2-release-amd64
2+
image_family: freebsd-11-3-snap
33

44
# Test FreeBSD in a full VM on cirrus-ci.com. Test the i686 target too, in the
55
# same VM. The binary will be built in 32-bit mode, but will execute on a
66
# 64-bit kernel and in a 64-bit environment. Our tests don't execute any of
77
# the system's binaries, so the environment shouldn't matter.
88
task:
9-
name: FreeBSD 11.2
9+
name: FreeBSD 11.3
1010
cargo_cache:
1111
folder: $CARGO_HOME/registry
1212
fingerprint_script: cat Cargo.lock || echo ""

bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gate on Travis CI and Buildbot
22
status = ["continuous-integration/travis-ci/push",
3-
"FreeBSD 11.2"]
3+
"FreeBSD 11.3"]
44

55
# Set bors's timeout to 4 hours
66
#

0 commit comments

Comments
 (0)