From cc2725aa4932d0064fae67c66081e32c956fedd9 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Mon, 26 Jan 2026 10:48:55 +0100 Subject: [PATCH] CI: remove pmb:gpu-accel from custom_valid_options This is not used anywhere in pmaports any more and it has been deprecated for a while, so let's finally get rid of it. Signed-off-by: Stefan Hansson Part-of: --- .ci/lib/apkbuild_linting.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/lib/apkbuild_linting.py b/.ci/lib/apkbuild_linting.py index f885ca67f..f573323d6 100755 --- a/.ci/lib/apkbuild_linting.py +++ b/.ci/lib/apkbuild_linting.py @@ -15,7 +15,6 @@ custom_valid_options = [ "pmb:cross-native2", "pmb:drm", "pmb:generic-kernel", - "pmb:gpu-accel", # deprecated "pmb:strict", "pmb:systemd", "pmb:systemd-never",