mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 21:40:40 +01:00
gitlab CI: update freebsd to 13.1
This gets rid of of the following error: ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/lib/libpython3.9.so.1.0 not found Too tired to debug what is really going on, so let's pretend the update is the best way to fix this. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
44f42dc970
commit
56b9cac865
2 changed files with 15 additions and 15 deletions
|
|
@ -88,12 +88,12 @@ variables:
|
|||
# changing these will force rebuilding the associated image
|
||||
# Note: these tags have no meaning and are not tied to a particular
|
||||
# libinput version
|
||||
FEDORA_TAG: '2022-09-02.0'
|
||||
DEBIAN_TAG: '2022-09-02.0'
|
||||
UBUNTU_TAG: '2022-09-02.0'
|
||||
ARCH_TAG: '2022-09-02.0'
|
||||
ALPINE_TAG: '2022-09-02.0'
|
||||
FREEBSD_TAG: '2022-09-02.0'
|
||||
FEDORA_TAG: '2022-11-16.1'
|
||||
DEBIAN_TAG: '2022-11-16.1'
|
||||
UBUNTU_TAG: '2022-11-16.1'
|
||||
ARCH_TAG: '2022-11-16.1'
|
||||
ALPINE_TAG: '2022-11-16.1'
|
||||
FREEBSD_TAG: '2022-11-16.1'
|
||||
|
||||
FDO_UPSTREAM_REPO: libinput/libinput
|
||||
|
||||
|
|
@ -262,7 +262,7 @@ alpine:latest@container-prep:
|
|||
FDO_DISTRIBUTION_PACKAGES: $ALPINE_PACKAGES
|
||||
FDO_DISTRIBUTION_TAG: $ALPINE_TAG
|
||||
|
||||
freebsd:13.0@container-prep:
|
||||
freebsd:13.1@container-prep:
|
||||
extends:
|
||||
- .fdo.qemu-build@freebsd
|
||||
- .policy
|
||||
|
|
@ -271,7 +271,7 @@ freebsd:13.0@container-prep:
|
|||
stage: prep
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
FDO_DISTRIBUTION_VERSION: '13.0'
|
||||
FDO_DISTRIBUTION_VERSION: '13.1'
|
||||
FDO_DISTRIBUTION_PACKAGES: $FREEBSD_PACKAGES
|
||||
FDO_DISTRIBUTION_TAG: $FREEBSD_TAG
|
||||
|
||||
|
|
@ -367,14 +367,14 @@ alpine:latest@container-clean:
|
|||
FDO_DISTRIBUTION_VERSION: 'latest'
|
||||
FDO_DISTRIBUTION_TAG: $ALPINE_TAG
|
||||
|
||||
freebsd:13.0@container-clean:
|
||||
freebsd:13.1@container-clean:
|
||||
extends:
|
||||
- .policy
|
||||
- .container-clean
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
CURRENT_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/freebsd/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG
|
||||
FDO_DISTRIBUTION_VERSION: '13.0'
|
||||
FDO_DISTRIBUTION_VERSION: '13.1'
|
||||
FDO_DISTRIBUTION_TAG: $FREEBSD_TAG
|
||||
|
||||
|
||||
|
|
@ -982,18 +982,18 @@ alpine:latest@default-build:
|
|||
- "alpine:latest@container-prep"
|
||||
|
||||
|
||||
freebsd:13.0@default-build:
|
||||
freebsd:13.1@default-build:
|
||||
stage: distro
|
||||
extends:
|
||||
- .build-in-qemu@template
|
||||
- .fdo.distribution-image@freebsd
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: '13.0'
|
||||
FDO_DISTRIBUTION_VERSION: '13.1'
|
||||
FDO_DISTRIBUTION_TAG: $FREEBSD_TAG
|
||||
MESON_ARGS: '-Dtests=false -Ddocumentation=false' # doxygen drags down too many deps
|
||||
MESON_TEST_ARGS: '' # test suite doesn't work on BSD yet
|
||||
needs:
|
||||
- "freebsd:13.0@container-prep"
|
||||
- "freebsd:13.1@container-prep"
|
||||
|
||||
|
||||
#################################################################
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
# We're happy to rebuild all containers when one changes.
|
||||
.default_tag: &default_tag '2022-09-02.0'
|
||||
.default_tag: &default_tag '2022-11-16.1'
|
||||
|
||||
distributions:
|
||||
- name: fedora
|
||||
|
|
@ -144,7 +144,7 @@ distributions:
|
|||
tag: *default_tag
|
||||
qemu_based: true
|
||||
versions:
|
||||
- '13.0'
|
||||
- '13.1'
|
||||
packages:
|
||||
- git
|
||||
- pkgconf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue