mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 09:10:05 +01:00
CI: bump b2c and kernel
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
This commit is contained in:
parent
d8c491f57e
commit
2eb0bb4be4
2 changed files with 5 additions and 5 deletions
|
|
@ -727,8 +727,8 @@ soname:
|
||||||
- kvm
|
- kvm
|
||||||
variables:
|
variables:
|
||||||
MESON_BUILDDIR: build_dir
|
MESON_BUILDDIR: build_dir
|
||||||
B2C_KERNEL: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v5.19/bzImage
|
B2C_KERNEL: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v6.1/bzImage
|
||||||
B2C_VERSION: v0.9.8
|
B2C_VERSION: v0.9.9
|
||||||
B2C_IMAGE: $FDO_DISTRIBUTION_IMAGE
|
B2C_IMAGE: $FDO_DISTRIBUTION_IMAGE
|
||||||
B2C_COMMAND: .gitlab-ci/start-in-systemd.sh
|
B2C_COMMAND: .gitlab-ci/start-in-systemd.sh
|
||||||
script:
|
script:
|
||||||
|
|
@ -736,7 +736,7 @@ soname:
|
||||||
- .gitlab-ci/meson-build.sh --skip-test
|
- .gitlab-ci/meson-build.sh --skip-test
|
||||||
|
|
||||||
# pull b2c
|
# pull b2c
|
||||||
- curl -L -o /app/boot2container https://gitlab.freedesktop.org/mupuf/boot2container/-/raw/v0.9.8/vm2c.py
|
- curl -L -o /app/boot2container https://gitlab.freedesktop.org/mupuf/boot2container/-/raw/v0.9.9/vm2c.py
|
||||||
- chmod +x /app/boot2container
|
- chmod +x /app/boot2container
|
||||||
|
|
||||||
# runs the test suite only
|
# runs the test suite only
|
||||||
|
|
|
||||||
|
|
@ -122,5 +122,5 @@ distributions:
|
||||||
- linux-headers
|
- linux-headers
|
||||||
|
|
||||||
b2c:
|
b2c:
|
||||||
version: v0.9.8
|
version: v0.9.9
|
||||||
kernel: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v5.19/bzImage
|
kernel: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v6.1/bzImage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue