ci/android: use a specific version of android-cuttlefish
Using whatever version is the latest at the time of the image build is bad practice from a stability & reproducibility point of view, and the latest version is currently broken, preventing any change that rebuilds the android image from being merged. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27911>
This commit is contained in:
committed by
Marge Bot
parent
fab675956a
commit
2106092e63
@@ -74,8 +74,14 @@ popd
|
||||
|
||||
############### Building and installing Debian package ...
|
||||
|
||||
git clone --depth 1 https://github.com/google/android-cuttlefish.git
|
||||
ANDROID_CUTTLEFISH_VERSION=f6494d9fbeaa9974b56923e3029909e5d5f440dd
|
||||
|
||||
mkdir android-cuttlefish
|
||||
pushd android-cuttlefish
|
||||
git init
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user