From: Emil Velikov Date: Mon, 16 Jun 2025 06:32:06 +0000 (+0100) Subject: ci: remove Alpine -Ddocs=false WA X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e097873146faa42058afa87b83af802dc5757f9e;p=thirdparty%2Fkmod.git 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 --- 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'