From e3bb9751fd35d4a953a1284cbf532f13cfb51878 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Thu, 28 Apr 2022 00:20:01 +0900 Subject: [PATCH] jenkins/kola/qemu_uefi.sh: create missing folders This ports a similar change from "main" to create the directory for amd64 if it doesn't exist because mantle is not installed in the SDK. --- jenkins/kola/qemu_uefi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/kola/qemu_uefi.sh b/jenkins/kola/qemu_uefi.sh index 8ae80000cb..8304a97bd9 100755 --- a/jenkins/kola/qemu_uefi.sh +++ b/jenkins/kola/qemu_uefi.sh @@ -50,7 +50,7 @@ bin/cork download-image \ enter lbunzip2 -k -f /mnt/host/source/tmp/flatcar_production_image.bin.bz2 # create folder to handle case where arm64 is missing -sudo mkdir -p chroot/usr/lib/kola/arm64 +sudo mkdir -p chroot/usr/lib/kola/{arm64,amd64} # copy all of the latest mantle binaries into the chroot sudo cp -t chroot/usr/lib/kola/arm64 bin/arm64/* sudo cp -t chroot/usr/lib/kola/amd64 bin/amd64/*