mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
ci: switch FreeBSD CI environment to 12.2-RELEASE (#3202)
12.1 will be EoL in two months.
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
freebsd_instance:
|
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
|
# 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
|
# 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
|
# 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.
|
# the system's binaries, so the environment shouldn't matter.
|
||||||
task:
|
task:
|
||||||
name: FreeBSD 12.0
|
name: FreeBSD
|
||||||
env:
|
env:
|
||||||
LOOM_MAX_PREEMPTIONS: 2
|
LOOM_MAX_PREEMPTIONS: 2
|
||||||
RUSTFLAGS: -Dwarnings
|
RUSTFLAGS: -Dwarnings
|
||||||
|
|||||||
Reference in New Issue
Block a user