mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
ci: upgrade FreeBSD to version 14.2
py39-docutils doesn't exist in the package repositories, likely because the Python version has been upgraded. Let's not hardcode the Python version in the package name. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
e9a886f859
commit
c3a4c985d5
1 changed files with 3 additions and 3 deletions
|
|
@ -66,11 +66,11 @@ stages:
|
||||||
.os-freebsd:
|
.os-freebsd:
|
||||||
variables:
|
variables:
|
||||||
BUILD_OS: freebsd
|
BUILD_OS: freebsd
|
||||||
FDO_DISTRIBUTION_VERSION: "14.1"
|
FDO_DISTRIBUTION_VERSION: "14.2"
|
||||||
FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess py39-docutils cairo'
|
FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess textproc/py-docutils cairo'
|
||||||
# bump this tag every time you change something which requires rebuilding the
|
# bump this tag every time you change something which requires rebuilding the
|
||||||
# base image
|
# base image
|
||||||
FDO_DISTRIBUTION_TAG: "2026-26-25.0"
|
FDO_DISTRIBUTION_TAG: "2025-05-22.0"
|
||||||
|
|
||||||
.freebsd-x86_64:
|
.freebsd-x86_64:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue