]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: Fix alpine setup
authorLucas De Marchi <demarchi@kernel.org>
Fri, 16 Jan 2026 06:34:54 +0000 (00:34 -0600)
committerLucas De Marchi <demarchi@kernel.org>
Fri, 16 Jan 2026 07:16:53 +0000 (01:16 -0600)
linux-edge-dev is failing in alpine:

ERROR: unable to select packages:
  linux-edge-dev (no such package):
    required by: world[linux-edge-dev]
Error: Process completed with exit code 1.

Use linux-stable instead.

Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
.github/actions/setup-os/setup-alpine.sh

index 990accb75e373ef8842f863f1c27cadbc4143791..13756029fc02174dd090f25b98cf9526f5ca13a4 100755 (executable)
@@ -12,7 +12,7 @@ apk add \
     clang \
     git \
     gtk-doc \
-    linux-edge-dev \
+    linux-stable-dev \
     meson \
     openssl-dev \
     scdoc \