ci: bump FreeBSD to 13.2
authorSimon Ser <contact@emersion.fr>
Thu, 20 Jul 2023 10:51:04 +0000 (12:51 +0200)
committerSimon Ser <contact@emersion.fr>
Tue, 19 Sep 2023 14:39:10 +0000 (23:39 +0900)
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>
.gitlab-ci.yml

index 5379476..b59d68e 100644 (file)
@@ -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: