]> git.ipfire.org Git - thirdparty/kmod.git/commit
ci: Workaround alpine CI build
authorLucas De Marchi <demarchi@kernel.org>
Mon, 3 Aug 2026 20:52:21 +0000 (15:52 -0500)
committerLucas De Marchi <ldemarchi@kernel.org>
Wed, 5 Aug 2026 13:09:15 +0000 (08:09 -0500)
commit47999f7f4fcd75f9dc636822d79aedf9084accbb
treebfb6f91ee5fc4cc19e523adf9eb4b4eb9e9f9b7b
parentd35868089c7b0fb02ef8ee4d532207e2d39ab677
ci: Workaround alpine CI build

Alpine build is failing in CI apparently since the move to 7.1.x:

  error: objtool [signal.c:118]: init_signal_handler: sigaltstack failed: Out of memory
  make[4]: *** [/usr/src/linux-headers-7.1.5-0-stable/scripts/Makefile.build:289: mod-foo-a.o] Error 255
  make[4]: *** Deleting file 'mod-foo-a.o'

Workaround by passing -j1 when building the test modules.

Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
Link: https://github.com/kmod-project/kmod/pull/454
.github/workflows/main.yml