summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>2023-02-08 11:36:17 +0100
committerBenjamin Tissoires <benjamin.tissoires@gmail.com>2023-02-08 11:01:13 +0000
commitc40286bbf4d566d0f01ab0443e99a2d894fedf62 (patch)
tree40a8d5b40029e81905f469d9629657b0482d693f
parent9bb2136bab0ffc2211dc2108c4e43f6971846e13 (diff)
downloadlibinput-c40286bbf4d566d0f01ab0443e99a2d894fedf62.tar.gz
CI: bump b2c and kernel
Same than https://gitlab.freedesktop.org/libevdev/libevdev/-/merge_requests/106 We need to upgrade to a newer boot2container 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 6f5377db..5f475ae6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -425,8 +425,8 @@ freebsd:13.1@container-clean:
- 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:
@@ -434,7 +434,7 @@ freebsd:13.1@container-clean:
- .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 9e63be33..70a82849 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -208,5 +208,5 @@ test_suites:
- pointer
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