Skip to content

Commit f7e7bd5

Browse files
authored
Merge pull request #2620 from pqarmitage/updates
snap: try and identify why snap builds are failing
2 parents c18c106 + 10a1cda commit f7e7bd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ parts:
254254
rm -rf $dest
255255
mv ${CRAFT_STAGE}/keepalived-linux-libc-dev/usr/include/$d ${dest%/*}
256256
done
257+
cat /usr/include/linux/version.h
258+
ls -lR /usr/include/linux
257259
rm -rf ${CRAFT_STAGE}/keepalived-linux-libc-dev
258260
echo -n "Build kernel:"
259261
printf " %d.%d.%d\n" $(printf "%6.6x" $(grep LINUX_VERSION_CODE /usr/include/linux/version.h | sed -e "s/.*CODE //") | sed -e "s/\(..\)\(..\)/0x\1 0x\2 0x/")

0 commit comments

Comments
 (0)