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
parent
bdab606879
commit
6abc164052
|
@ -67,11 +67,11 @@ stages:
|
|||
.os-freebsd:
|
||||
variables:
|
||||
BUILD_OS: freebsd
|
||||
FDO_DISTRIBUTION_VERSION: "13.0"
|
||||
FDO_DISTRIBUTION_VERSION: "13.2"
|
||||
FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess py39-docutils cairo'
|
||||
# bump this tag every time you change something which requires rebuilding the
|
||||
# base image
|
||||
FDO_DISTRIBUTION_TAG: "2022-08-22.0"
|
||||
FDO_DISTRIBUTION_TAG: "2023-07-20.0"
|
||||
|
||||
.freebsd-x86_64:
|
||||
extends:
|
||||
|
|
Loading…
Reference in New Issue