From a00d2716d7098ec0066811ea434841d3c1d2258c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 19:01:54 +0100 Subject: [PATCH] ci: drop armsoc driver Last commit from 2016, almost a decade ago, seems dead. Signed-off-by: Enrico Weigelt, metux IT consult --- .github/scripts/compile-drivers.sh | 1 - .gitlab-ci.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/scripts/compile-drivers.sh b/.github/scripts/compile-drivers.sh index 3f495fac44..66ca8731cc 100755 --- a/.github/scripts/compile-drivers.sh +++ b/.github/scripts/compile-drivers.sh @@ -20,7 +20,6 @@ build_drv_ac xf86-input-mouse $XORG_DRV_GIT/xf86-input-mouse master build_drv_ac xf86-input-synaptics $XORG_DRV_GIT/xf86-input-synaptics xf86-input-synaptics-1.10.0 build_drv_ac xf86-video-amdgpu $XORG_DRV_GIT/xf86-video-amdgpu xf86-video-amdgpu-23.0.0 -build_drv_ac xf86-video-armsoc $XORG_DRV_GIT/xf86-video-armsoc 1.4.1 build_drv_ac xf86-video-ati $XORG_DRV_GIT/xf86-video-ati xf86-video-ati-22.0.0 build_drv_ac xf86-video-intel $XMTX_DRV_GIT/xf86-video-intel.git incubate # upstream broken against current Xserver build_drv_ac xf86-video-nouveau $XORG_DRV_GIT/xf86-video-nouveau xf86-video-nouveau-1.0.18 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1a5b03b85..c20c282c97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -292,8 +292,6 @@ xf86-driver-build-test: SHA: master - REPO: https://gitlab.freedesktop.org/xorg/driver/xf86-video-ark SHA: master - - REPO: https://gitlab.freedesktop.org/xorg/driver/xf86-video-armsoc - SHA: master - REPO: https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast SHA: master - REPO: https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati