summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>2023-02-08 11:31:02 +0100
committerBenjamin Tissoires <benjamin.tissoires@gmail.com>2023-02-08 11:31:02 +0100
commit2eb0bb4be47df9eac5ba91d1739075b19d9b436b (patch)
tree3edf8890e8879a1f1e16de526a9d5fef68d9f49a
parentd8c491f57eb2a3ead9739bfc5edfda27a70a615b (diff)
downloadlibevdev-2eb0bb4be47df9eac5ba91d1739075b19d9b436b.tar.gz
CI: bump b2c and kernel
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
-rw-r--r--.gitlab-ci.yml6
-rw-r--r--.gitlab-ci/config.yml4
2 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b641ae3..8331ec8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -727,8 +727,8 @@ soname:
- kvm
variables:
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_VERSION: v0.9.8
+ B2C_KERNEL: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v6.1/bzImage
+ B2C_VERSION: v0.9.9
B2C_IMAGE: $FDO_DISTRIBUTION_IMAGE
B2C_COMMAND: .gitlab-ci/start-in-systemd.sh
script:
@@ -736,7 +736,7 @@ soname:
- .gitlab-ci/meson-build.sh --skip-test
# 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
# runs the test suite only
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 789d786..ba3af4d 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -122,5 +122,5 @@ distributions:
- linux-headers
b2c:
- version: v0.9.8
- kernel: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v5.19/bzImage
+ version: v0.9.9
+ kernel: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v6.1/bzImage