From 28596bb4228aac8e2c31319bca036e14cc568257 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Tue, 26 Apr 2022 15:25:59 +0900 Subject: [PATCH] jenkins/kola/qemu.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.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/kola/qemu.sh b/jenkins/kola/qemu.sh index 6e664e8bb7..fe5f3b958f 100755 --- a/jenkins/kola/qemu.sh +++ b/jenkins/kola/qemu.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/*