gitlab-ci, devel-docs: Add instructions on maintaining DEB_VERSION

This commit is contained in:
Bruno Lopes 2025-08-21 11:49:34 -03:00
parent b4952addb9
commit 8f895aaa8c
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -80,7 +80,7 @@ workflow:
- 'runner_system_failure'
- 'scheduler_failure'
needs: []
# Default Docker image (unless otherwise defined)
# Default Docker image (keep variables: DEB_VERSION: consistent with devel-docs/os-support.txt)
image: debian:${DEB_VERSION}
variables:
DEB_VERSION: "bookworm"

View file

@ -9,11 +9,13 @@ developers maintaining GIMP for this platform will decide.
### GNU/Linux, *BSD…
Until GIMP 3.0 release, Debian 12 "bookworm" stable will be our baseline target.
Debian 12 "bookworm" stable is our baseline target.
I.e. that we can bump a minimum dependency version only if it is in Debian
bookworm.
bookworm. See: https://developer.gimp.org/core/setup/build/linux/#supported-distributions
After GIMP 3.0 release, we might get back to depend on Debian Testing.
(NOTE TO MAINTAINERS:
If you update this file, so update DEB_VERSION
on .gitlab-ci.yml too)
### macOS