From 7f7462cb14e3f04436dd15b3274371d378769bd8 Mon Sep 17 00:00:00 2001 From: stefan11111 Date: Wed, 29 Oct 2025 16:30:01 +0200 Subject: [PATCH] CI: build xf86-input-{keyboard,mouse} in CI These drivers build on linux, so we should test them. Signed-off-by: stefan11111 --- .github/scripts/compile-drivers.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/scripts/compile-drivers.sh b/.github/scripts/compile-drivers.sh index 0911614014..b50df928ce 100755 --- a/.github/scripts/compile-drivers.sh +++ b/.github/scripts/compile-drivers.sh @@ -27,6 +27,5 @@ build_drv_ac xf86-video-r128 $X11L_DRV_GIT/xf86-video-r128 xlibre- build_drv_ac xf86-video-vesa $X11L_DRV_GIT/xf86-video-vesa xlibre-xf86-video-vesa-2.6.0.2 build_drv_ac xf86-video-vmware $X11L_DRV_GIT/xf86-video-vmware xlibre-xf86-video-vmware-13.4.0.3 -# doesn't compile on Linux -# build_drv_ac xf86-input-mouse $X11L_DRV_GIT/xf86-input-mouse master -# build_drv_ac xf86-input-keyboard $X11L_DRV_GIT/xf86-input-keyboard master +build_drv_ac xf86-input-mouse $X11L_DRV_GIT/xf86-input-mouse master +build_drv_ac xf86-input-keyboard $X11L_DRV_GIT/xf86-input-keyboard master