From: Karel Zak Date: Thu, 19 Aug 2021 09:01:19 +0000 (+0200) Subject: github: add linux-modules-extra package to CI tests X-Git-Tag: v2.38-rc1~283 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82189f7bae847d6e1ad920d65e90f46885f0c21e;p=thirdparty%2Futil-linux.git github: add linux-modules-extra package to CI tests It should be enough to get scsi_debug kernel module. Suggested-by: Milan Broz Signed-off-by: Karel Zak --- diff --git a/.github/workflows/cibuild-setup-ubuntu.sh b/.github/workflows/cibuild-setup-ubuntu.sh index ac72809768..c602101136 100755 --- a/.github/workflows/cibuild-setup-ubuntu.sh +++ b/.github/workflows/cibuild-setup-ubuntu.sh @@ -24,6 +24,8 @@ PACKAGES_OPTIONAL=( libsystemd-journal-dev ) +# scsi_debug +PACKAGES+=(linux-modules-extra-$(uname -r)) COMPILER="${COMPILER:?}" COMPILER_VERSION="${COMPILER_VERSION:?}"