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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33261>
This commit is contained in:
committed by
Marge Bot
parent
5a71e39e94
commit
4ac5d7c0bd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user