From e097873146faa42058afa87b83af802dc5757f9e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 16 Jun 2025 07:32:06 +0100 Subject: [PATCH] ci: remove Alpine -Ddocs=false WA A while ago the Alpine gtk-doc tool chain was having issues building our docs. That got resolved at some point over the past months, so we can drop this local workaround. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/373 Signed-off-by: Lucas De Marchi --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 236a5609..8bff6a59 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - container: 'alpine:latest' - meson_setup: '-Ddocs=false -Db_sanitize=none' + meson_setup: '-Db_sanitize=none' only_bits: '64' - container: 'archlinux:multilib-devel' skip_test: '32' -- 2.47.3