mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
ci: upgrade FreeBSD to 14.2
Signed-off-by: ykla <yklaxds@gmail.com>
This commit is contained in:
parent
eecf3f7635
commit
90187031e6
1 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ include:
|
|||
# API changes. If you need new features from ci-templates you must bump
|
||||
# this to the current SHA you require from the ci-templates repo, however
|
||||
# be aware that you may need to account for API changes when doing so.
|
||||
ref: f210ea84576f756816da37908771edcee14ef7e6
|
||||
ref: 32afe5644697e503af18a736587c8619fa036a72
|
||||
file:
|
||||
- '/templates/debian.yml'
|
||||
- '/templates/freebsd.yml'
|
||||
|
|
@ -306,11 +306,11 @@ armv7-release-debian-build:
|
|||
.os-freebsd:
|
||||
variables:
|
||||
BUILD_OS: freebsd
|
||||
FDO_DISTRIBUTION_VERSION: "13.2"
|
||||
FDO_DISTRIBUTION_VERSION: "14.2"
|
||||
FDO_DISTRIBUTION_PACKAGES: 'libxslt meson ninja pkgconf expat libffi libepoll-shim libxml2'
|
||||
# bump this tag every time you change something which requires rebuilding the
|
||||
# base image
|
||||
FDO_DISTRIBUTION_TAG: "2023-08-02.0"
|
||||
FDO_DISTRIBUTION_TAG: "2025-06-23.1"
|
||||
# Don't build documentation since installing the required tools massively
|
||||
# increases the VM image (and therefore container) size.
|
||||
MESON_ARGS: "--fatal-meson-warnings -Dwerror=true -Ddocumentation=false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue