mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Jami - use exact cmake version
This commit is contained in:
parent
28d53e5d44
commit
30512372b9
1 changed files with 1 additions and 2 deletions
|
|
@ -2093,7 +2093,6 @@ Builds:
|
|||
- apt-get update
|
||||
- apt-get install -y g++ swig autoconf automake m4 libtool pkg-config yasm tar
|
||||
gettext autopoint xz-utils bzip2 make python-is-python3
|
||||
- apt-get install -y -t bullseye-backports cmake
|
||||
gradle:
|
||||
- noPush
|
||||
rm:
|
||||
|
|
@ -2109,7 +2108,7 @@ Builds:
|
|||
prebuild:
|
||||
- platforms=$(grep compileSdk build.gradle.kts | sed -E 's/.* ([0-9]+)/\1/')
|
||||
- build_tools=$(grep buildToolsVersion build.gradle.kts | sed -E 's/.*"([0-9.]+)"/\1/')
|
||||
- sdkmanager "platforms;android-$platforms" "build-tools;$build_tools"
|
||||
- sdkmanager "platforms;android-$platforms" "build-tools;$build_tools" "cmake;3.22.1"
|
||||
- sed -i -e '/isEnable = true/d' build.gradle.kts
|
||||
build:
|
||||
- cd ../..
|
||||
|
|
|
|||
Loading…
Reference in a new issue