mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
jenkins/kola/qemu: run update_chroot only for amd
if the test is ran for ARM64, there is no need to run `update_chroot` since there is no SDK. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
df63e60b94
commit
5c304ffac9
@ -83,8 +83,10 @@ source .repo/manifests/version.txt
|
||||
|
||||
[ -s verify.asc ] && verify_key=--verify-key=verify.asc || verify_key=
|
||||
|
||||
script update_chroot \
|
||||
--toolchain_boards="${BOARD}" --dev_builds_sdk="${DOWNLOAD_ROOT_SDK}"
|
||||
if ! native_arm64; then
|
||||
script update_chroot \
|
||||
--toolchain_boards="${BOARD}" --dev_builds_sdk="${DOWNLOAD_ROOT_SDK}"
|
||||
fi
|
||||
|
||||
mkdir -p tmp
|
||||
bin/cork download-image \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user