[Jenkins] Fix the specific kernel headers version within an Ubuntu release

This commit is contained in:
Don Porter
2019-09-09 20:23:57 +02:00
committed by Michał Kowalczyk
parent 62ecb4bc79
commit a01bbdfb60
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
'''
}
}
+2 -2
View File
@@ -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
'''
}
}
+1 -2
View File
@@ -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 \
+2 -1
View File
@@ -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 \