mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 13:21:37 +00:00
[Jenkins] Fix the specific kernel headers version within an Ubuntu release
This commit is contained in:
committed by
Michał Kowalczyk
parent
62ecb4bc79
commit
a01bbdfb60
+1
-1
@@ -15,7 +15,7 @@ pipeline {
|
||||
make -j 8 WERROR=1
|
||||
make -j 8 WERROR=1 test
|
||||
cd Pal/ipc/linux
|
||||
make
|
||||
make KERNELDIR=/lib/modules/4.4.0-161-generic/build
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,8 +9,8 @@ pipeline {
|
||||
make -j 8 WERROR=1
|
||||
make -j 8 WERROR=1 test
|
||||
# We can't build this on 18.04 in our current pipeline
|
||||
#cd Pal/ipc/linux
|
||||
#make
|
||||
cd Pal/ipc/linux
|
||||
make KERNELDIR=/lib/modules/4.15.0-20-generic/build
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,8 +15,7 @@ RUN apt-get update \
|
||||
libexpat1-dev \
|
||||
libpcre3-dev \
|
||||
libxml2-dev \
|
||||
linux-headers-generic \
|
||||
linux-headers-$(uname -r) \
|
||||
linux-headers-4.4.0-161-generic \
|
||||
net-tools \
|
||||
python \
|
||||
python-protobuf \
|
||||
|
||||
@@ -10,12 +10,13 @@ RUN apt-get update && apt-get install -y \
|
||||
bison \
|
||||
gettext \
|
||||
git \
|
||||
libelf-dev \
|
||||
libexpat1 \
|
||||
libexpat1-dev \
|
||||
libomp-dev \
|
||||
libpcre3-dev \
|
||||
libxml2-dev \
|
||||
linux-headers-generic \
|
||||
linux-headers-4.15.0-20-generic \
|
||||
net-tools \
|
||||
python \
|
||||
python-protobuf \
|
||||
|
||||
Reference in New Issue
Block a user