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:

committed by
Marge Bot

parent
03f15ca6eb
commit
711c9adb30
@@ -95,7 +95,7 @@ popd
|
||||
|
||||
############### Building and installing Debian package ...
|
||||
|
||||
ANDROID_CUTTLEFISH_VERSION=f6494d9fbeaa9974b56923e3029909e5d5f440dd
|
||||
ANDROID_CUTTLEFISH_VERSION=v1.0.1
|
||||
|
||||
mkdir 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 checkout FETCH_HEAD
|
||||
|
||||
pushd base
|
||||
dpkg-buildpackage -uc -us
|
||||
popd
|
||||
./tools/buildutils/build_packages.sh
|
||||
|
||||
apt-get install -y ./cuttlefish-base_*.deb
|
||||
apt-get install -y ./cuttlefish-base_*.deb ./cuttlefish-user_*.deb
|
||||
|
||||
popd
|
||||
rm -rf android-cuttlefish
|
||||
|
Reference in New Issue
Block a user