]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
github: add linux-modules-extra package to CI tests
authorKarel Zak <kzak@redhat.com>
Thu, 19 Aug 2021 09:01:19 +0000 (11:01 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 19 Aug 2021 09:05:56 +0000 (11:05 +0200)
It should be enough to get scsi_debug kernel module.

Suggested-by: Milan Broz <gmazyland@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
.github/workflows/cibuild-setup-ubuntu.sh

index ac728097681111e970ef589112f0db1c42e02433..c602101136a29731438f235da0b3677375f1ce66 100755 (executable)
@@ -24,6 +24,8 @@ PACKAGES_OPTIONAL=(
        libsystemd-journal-dev
 )
 
+# scsi_debug
+PACKAGES+=(linux-modules-extra-$(uname -r))
 
 COMPILER="${COMPILER:?}"
 COMPILER_VERSION="${COMPILER_VERSION:?}"