mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 20:50:07 +01:00
gitlab CI: update to the same b2c image libinput uses
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
703999edec
commit
179fc4d370
3 changed files with 6 additions and 6 deletions
|
|
@ -651,8 +651,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/v6.1/bzImage
|
B2C_KERNEL: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v6.5/bzImage
|
||||||
B2C_VERSION: v0.9.9
|
B2C_VERSION: 2ff65156ba67fa8a0c309a4fc16c5df1a88a3844
|
||||||
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:
|
||||||
|
|
@ -660,7 +660,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.9/vm2c.py
|
- curl -L -o /app/boot2container https://gitlab.freedesktop.org/gfx-ci/boot2container/-/raw/2ff65156ba67fa8a0c309a4fc16c5df1a88a3844/vm2c.py
|
||||||
- chmod +x /app/boot2container
|
- chmod +x /app/boot2container
|
||||||
|
|
||||||
# runs the test suite only
|
# runs the test suite only
|
||||||
|
|
|
||||||
|
|
@ -409,7 +409,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/{{b2c.version}}/vm2c.py
|
- curl -L -o /app/boot2container https://gitlab.freedesktop.org/gfx-ci/boot2container/-/raw/{{b2c.version}}/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.9
|
version: 2ff65156ba67fa8a0c309a4fc16c5df1a88a3844
|
||||||
kernel: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v6.1/bzImage
|
kernel: https://gitlab.freedesktop.org/api/v4/projects/libevdev%2Fhid-tools/packages/generic/kernel-x86_64/v6.5/bzImage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue