From 6abc164052e4902f67213baa279d743cf46227d4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 20 Jul 2023 12:51:04 +0200 Subject: [PATCH] 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 Reviewed-by: Dmitry Baryshkov --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5379476e..b59d68ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: