build: Use generic kernel module without uname lookup
This commit is contained in:
@@ -54,8 +54,9 @@ jobs:
|
|||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
linux-image-generic \
|
linux-image-generic \
|
||||||
linux-modules-extra-$(uname -r) \
|
linux-modules-extra-generic \
|
||||||
linux-headers-generic
|
linux-headers-generic
|
||||||
|
# linux-modules-extra-$(uname -r) \
|
||||||
|
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
$PWD/ubuntu-vm \
|
$PWD/ubuntu-vm \
|
||||||
|
|||||||
Reference in New Issue
Block a user