mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Drop FreeBSD 11.4 (now EOL), add FreeBSD 14 as informational build
This commit is contained in:
parent
d1c6e9e226
commit
f269b2ef91
1 changed files with 14 additions and 10 deletions
24
.cirrus.yml
24
.cirrus.yml
|
@ -227,6 +227,20 @@ macos_catalina_task:
|
||||||
<< : *MACOS_RESOURCES_TEMPLATE
|
<< : *MACOS_RESOURCES_TEMPLATE
|
||||||
|
|
||||||
# FreeBSD EOL timelines: https://www.freebsd.org/security/security.html#sup
|
# FreeBSD EOL timelines: https://www.freebsd.org/security/security.html#sup
|
||||||
|
freebsd14_task:
|
||||||
|
freebsd_instance:
|
||||||
|
# We don't support FreeBSD 14 yet, this is a purely informative task
|
||||||
|
image_family: freebsd-14-0-snap
|
||||||
|
cpu: 8
|
||||||
|
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
||||||
|
memory: 8GB
|
||||||
|
|
||||||
|
allow_failures: true
|
||||||
|
skip_notification: true
|
||||||
|
|
||||||
|
prepare_script: ./ci/freebsd/prepare.sh
|
||||||
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
freebsd13_task:
|
freebsd13_task:
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
# FreeBSD 13 EOL: January 31, 2026
|
# FreeBSD 13 EOL: January 31, 2026
|
||||||
|
@ -247,16 +261,6 @@ freebsd12_task:
|
||||||
prepare_script: ./ci/freebsd/prepare.sh
|
prepare_script: ./ci/freebsd/prepare.sh
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
freebsd11_task:
|
|
||||||
freebsd_instance:
|
|
||||||
# FreeBSD 11 EOL: September 30, 2021
|
|
||||||
image_family: freebsd-11-4
|
|
||||||
cpu: 8
|
|
||||||
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
|
||||||
memory: 8GB
|
|
||||||
prepare_script: ./ci/freebsd/prepare.sh
|
|
||||||
<< : *CI_TEMPLATE
|
|
||||||
|
|
||||||
sanitizer_task:
|
sanitizer_task:
|
||||||
container:
|
container:
|
||||||
# Just uses a recent/common distro to run memory error/leak checks.
|
# Just uses a recent/common distro to run memory error/leak checks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue