aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-08-02 16:23:05 +0200
committerSimon Ser <contact@emersion.fr>2023-08-02 16:47:07 +0200
commit379a6f6759bb261d64a5f178e67f0e5f1eabad7a (patch)
tree2fce477172f231cabdd2c58edad3617f3cc013b9
parentci: upgrade Debian to bookworm (diff)
downloadwayland-379a6f6759bb261d64a5f178e67f0e5f1eabad7a.tar
wayland-379a6f6759bb261d64a5f178e67f0e5f1eabad7a.tar.gz
wayland-379a6f6759bb261d64a5f178e67f0e5f1eabad7a.tar.bz2
wayland-379a6f6759bb261d64a5f178e67f0e5f1eabad7a.tar.lz
wayland-379a6f6759bb261d64a5f178e67f0e5f1eabad7a.tar.xz
wayland-379a6f6759bb261d64a5f178e67f0e5f1eabad7a.tar.zst
wayland-379a6f6759bb261d64a5f178e67f0e5f1eabad7a.zip
ci: upgrade FreeBSD to 13.2
Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2978ece..2ac971a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -299,11 +299,11 @@ armv7-release-debian-build:
.os-freebsd:
variables:
BUILD_OS: freebsd
- FDO_DISTRIBUTION_VERSION: "13.1"
+ FDO_DISTRIBUTION_VERSION: "13.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: "2022-09-08.0"
+ FDO_DISTRIBUTION_TAG: "2023-08-02.0"
# Don't build documentation since installing the required tools massively
# increases the VM image (and therefore container) size.
MESON_ARGS: "-Ddocumentation=false"