ci: bump FreeBSD to 13.2

13.0 is no longer supported and causes a 404 when fetching the
image, see e.g. [1] for example failure.

[1]: https://gitlab.freedesktop.org/mesa/drm/-/jobs/45849458

Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
main
Simon Ser 2023-07-20 12:51:04 +02:00
parent bdab606879
commit 6abc164052
1 changed files with 2 additions and 2 deletions

View File

@ -67,11 +67,11 @@ stages:
.os-freebsd: .os-freebsd:
variables: variables:
BUILD_OS: freebsd BUILD_OS: freebsd
FDO_DISTRIBUTION_VERSION: "13.0" FDO_DISTRIBUTION_VERSION: "13.2"
FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess py39-docutils cairo' FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess py39-docutils cairo'
# bump this tag every time you change something which requires rebuilding the # bump this tag every time you change something which requires rebuilding the
# base image # base image
FDO_DISTRIBUTION_TAG: "2022-08-22.0" FDO_DISTRIBUTION_TAG: "2023-07-20.0"
.freebsd-x86_64: .freebsd-x86_64:
extends: extends: