Skip to content

Commit caf224b

Browse files
rbradfordandreeaflorescu
authored andcommitted
build: Update kernel location
This is needed to obtain a bzImage in order to run the unit tests. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
1 parent e5c6d66 commit caf224b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/hooks/post-checkout

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

3-
DEB_NAME="linux-image-4.9.0-11-amd64_4.9.189-3_amd64.deb"
3+
DEB_NAME="linux-image-4.9.0-12-amd64_4.9.210-1_amd64.deb"
44
DEB_URL="http://ftp.debian.org/debian/pool/main/l/linux/${DEB_NAME}"
55

66
REPO_PATH="${BUILDKITE_BUILD_CHECKOUT_PATH}"
77
DEB_PATH="${REPO_PATH}/${DEB_NAME}"
88
EXTRACT_PATH="${REPO_PATH}/src/bzimage-archive"
9-
BZIMAGE_PATH="${EXTRACT_PATH}/boot/vmlinuz-4.9.0-11-amd64"
9+
BZIMAGE_PATH="${EXTRACT_PATH}/boot/vmlinuz-4.9.0-12-amd64"
1010

1111
mkdir -p ${EXTRACT_PATH}
1212

0 commit comments

Comments
 (0)