build: Use binary kernel artifacts

The Linux kernel fork repository for Cloud Hypervisor now produces
prebuilt x86-64 and aarch64 binaries. Speed up the CI by using those
binaries.

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2024-09-08 11:51:57 +01:00
parent e47677020e
commit a10e9e6cd5
6 changed files with 29 additions and 7 deletions

View File

@@ -154,8 +154,8 @@ update_workloads() {
fi
popd || exit
# Build custom kernel for guest VMs
build_custom_linux
# Download prebuild linux binaries
download_linux
# Update the kernel in the cloud image for some tests that requires recent kernel version
FOCAL_OS_RAW_IMAGE_UPDATE_KERNEL_NAME="focal-server-cloudimg-arm64-custom-20210929-0-update-kernel.raw"