From 4ac5d7c0bdbedb70c472348a4c7d0053a6558673 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 17 Jan 2025 19:18:17 +0100 Subject: [PATCH] ci/android: pass --allow-downgrades when installing cuttlefish host tools Pass --allow-downgrades when installing cuttlefish host tools just to cover the case when the script is run locally. Part-of: --- .gitlab-ci/container/debian/x86_64_test-android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/debian/x86_64_test-android.sh b/.gitlab-ci/container/debian/x86_64_test-android.sh index 63181017c43..86c8fc29920 100755 --- a/.gitlab-ci/container/debian/x86_64_test-android.sh +++ b/.gitlab-ci/container/debian/x86_64_test-android.sh @@ -125,7 +125,7 @@ git checkout FETCH_HEAD ./tools/buildutils/build_packages.sh -apt-get install -y ./cuttlefish-base_*.deb ./cuttlefish-user_*.deb +apt-get install -y --allow-downgrades ./cuttlefish-base_*.deb ./cuttlefish-user_*.deb popd rm -rf android-cuttlefish