summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2020-11-30 18:19:54 -0700
committerGitHub <noreply@github.com>2020-12-01 10:19:54 +0900
commit128495168d390092df2cb8ae8577cfec09f666ff (patch)
tree2a289d5667b3ffca2ebfb747785c380ee7eac034
parent08548583b948a0be04338f1b1462917c001dbf4a (diff)
ci: switch FreeBSD CI environment to 12.2-RELEASE (#3202)
12.1 will be EoL in two months.
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index fa035e81..7fc1c1a7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,12 +1,12 @@
freebsd_instance:
- image: freebsd-12-1-release-amd64
+ image: freebsd-12-2-release-amd64
# Test FreeBSD in a full VM on cirrus-ci.com. Test the i686 target too, in the
# same VM. The binary will be built in 32-bit mode, but will execute on a
# 64-bit kernel and in a 64-bit environment. Our tests don't execute any of
# the system's binaries, so the environment shouldn't matter.
task:
- name: FreeBSD 12.0
+ name: FreeBSD
env:
LOOM_MAX_PREEMPTIONS: 2
RUSTFLAGS: -Dwarnings