Merge pull request #299 from flatcar-linux/kai/kola-2605-test

jenkins/kola/qemu.sh: create missing folders
This commit is contained in:
Kai Lüke 2022-04-26 16:30:32 +09:00 committed by GitHub
commit 3031b60759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/*