ci/android: update version of cuttlefish host tools

Update the version of cuttlefish host tools.

In particular the new version includes the change to be able to increase
the file number limit to 32k, as explained in
https://github.com/google/android-cuttlefish/pull/675

Reviewed-by: Eric Engestrom <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30895>
This commit is contained in:
Antonio Ospite
2024-06-11 15:53:56 +02:00
committed by Marge Bot
parent 03f15ca6eb
commit 711c9adb30

View File

@@ -95,7 +95,7 @@ popd
############### Building and installing Debian package ... ############### Building and installing Debian package ...
ANDROID_CUTTLEFISH_VERSION=f6494d9fbeaa9974b56923e3029909e5d5f440dd ANDROID_CUTTLEFISH_VERSION=v1.0.1
mkdir android-cuttlefish mkdir android-cuttlefish
pushd android-cuttlefish pushd android-cuttlefish
@@ -104,11 +104,9 @@ git remote add origin https://github.com/google/android-cuttlefish.git
git fetch --depth 1 origin "$ANDROID_CUTTLEFISH_VERSION" git fetch --depth 1 origin "$ANDROID_CUTTLEFISH_VERSION"
git checkout FETCH_HEAD git checkout FETCH_HEAD
pushd base ./tools/buildutils/build_packages.sh
dpkg-buildpackage -uc -us
popd
apt-get install -y ./cuttlefish-base_*.deb apt-get install -y ./cuttlefish-base_*.deb ./cuttlefish-user_*.deb
popd popd
rm -rf android-cuttlefish rm -rf android-cuttlefish