tests: update qemu to 7.1.0

This commit is contained in:
Tobias Happ 2022-12-01 22:34:48 +01:00 committed by Alexander Sosedkin
parent be1e192fcd
commit ef3ae133e5

View file

@ -22,7 +22,7 @@ REPO_DIR="$(git rev-parse --show-toplevel)"
INJ_DIR="$REPO_DIR/.fakedroid/inj"
ENV_DIR="$REPO_DIR/.fakedroid/env/$USE_FLAKE"
QEMU_URL="https://github.com/multiarch/qemu-user-static/releases/download/v6.1.0-8/qemu-aarch64-static"
QEMU_URL="https://github.com/multiarch/qemu-user-static/releases/download/v7.1.0-2/qemu-aarch64-static"
QEMU="$INJ_DIR/qemu-aarch64"
INSTALLATION_DIR="@installationDir@"