Skip to content

Commit

Permalink
Force a probe module build for old, whitelisted kernel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bwolmarans authored and luca3m committed Apr 4, 2017
1 parent 44a68f6 commit db34248
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/build-probe-binaries
Expand Up @@ -526,6 +526,11 @@ if [ -z "$KERNEL_TYPE" ]; then
do
debian_build $URL
done
# XXX agent/434 - We need to force a build for certain kernel versions
# because they are still in use by some GCE customers but the headers
# are no longer available from the mirror. We pass the URL but nothing
# needs to be downloaded because we already have it cached on the builder.
debian_build https://mirrors.kernel.org/debian/pool/main/l/linux/linux-headers-3.16.0-4-amd64_3.16.36-1+deb8u2_amd64.deb

#
# Oracle RHCK build
Expand Down

0 comments on commit db34248

Please sign in to comment.