@@ -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 {
# We can't build this on 18.04 in our current pipeline
- #cd Pal/ipc/linux
+ cd Pal/ipc/linux
- #make
+ 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-4.4.0-161-generic \
- linux-headers-$(uname -r) \
net-tools \
python \
python-protobuf \
@@ -10,12 +10,13 @@ RUN apt-get update && apt-get install -y \
bison \
gettext \
git \
+ libelf-dev \
libexpat1 \
libomp-dev \
+ linux-headers-4.15.0-20-generic \