mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-27 00:10:50 +02:00
CI: add hint when to update the build images
This commit is contained in:
parent
47d286ef7c
commit
fa713e51a6
1 changed files with 3 additions and 3 deletions
|
|
@ -69,19 +69,19 @@ variables:
|
|||
.debian-vars:
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: 'bullseye-slim'
|
||||
FDO_DISTRIBUTION_TAG: '2022-04-17' # Bump this version on every ci-install.sh change
|
||||
FDO_DISTRIBUTION_TAG: '2022-04-17' # Bump this version on every ci-install.sh or dist version change
|
||||
|
||||
.opensuse-vars:
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: 'leap'
|
||||
FDO_DISTRIBUTION_TAG: '2023-12-01' # Bump this version on every ci-install.sh change
|
||||
FDO_DISTRIBUTION_TAG: '2023-12-01' # Bump this version on every ci-install.sh or dist version change
|
||||
|
||||
.freebsd-vars:
|
||||
variables:
|
||||
BUILD_OS: freebsd
|
||||
BUILD_ARCH: "x86_64"
|
||||
FDO_DISTRIBUTION_VERSION: '13.1'
|
||||
FDO_DISTRIBUTION_TAG: '2022-09-21.0' # Bump this version on every ci-install.sh change
|
||||
FDO_DISTRIBUTION_TAG: '2022-09-21.0' # Bump this version on every ci-install.sh or dist version change
|
||||
FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH"
|
||||
|
||||
.cmake-common:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue