summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2022-09-21 08:33:33 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2022-09-21 09:01:56 +0000
commit93203e95248c49dd8dcc315384ae100f4a9f3d11 (patch)
tree8c578592780da8eb9954eef344ecb511c8027323 /.gitlab-ci.yml
parent546617d23cb454a2625d1974db039ffd51a2165a (diff)
downloaddbus-93203e95248c49dd8dcc315384ae100f4a9f3d11.tar.gz
gitlab-ci: update FreeBSD CI image to 13.1
FreeBSD 13.0 has reached EOL and it appears packages are built against a newer baseline now, so we end up with missing symbol errors: ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/lib/libpython3.9.so.1.0 not found It also appears that the fdpass test still fails on 13.1, so update the condition to less than 14.0
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8136308b..eef23778 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,8 +71,8 @@ variables:
variables:
BUILD_OS: freebsd
BUILD_ARCH: "x86_64"
- FDO_DISTRIBUTION_VERSION: '13.0'
- FDO_DISTRIBUTION_TAG: '2022-08-09.0' # Bump this version on every ci-install.sh change
+ FDO_DISTRIBUTION_VERSION: '13.1'
+ FDO_DISTRIBUTION_TAG: '2022-09-21.0' # Bump this version on every ci-install.sh change
FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH"
.cmake-common: