mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
jami: install swig-v4.2.1 to build 20240705-01
This commit is contained in:
parent
70c4b8bae2
commit
048cdb6696
1 changed files with 4 additions and 2 deletions
|
|
@ -3232,7 +3232,6 @@ Builds:
|
|||
|
||||
- versionName: 20240705-01
|
||||
versionCode: 425
|
||||
disable: https://git.jami.net/savoirfairelinux/jami-client-android/-/issues/1705
|
||||
commit: 7bb31398388fac1974c23f8f5205f2c7e648f06e
|
||||
timeout: 10800
|
||||
subdir: jami-android/app
|
||||
|
|
@ -3240,7 +3239,10 @@ Builds:
|
|||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y automake autopoint bzip2 cmake g++ gettext libtool libyaml-cpp-dev
|
||||
make pkg-config python-is-python3 swig yasm
|
||||
make pkg-config python-is-python3 yasm
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie swig
|
||||
gradle:
|
||||
- withUnifiedPush
|
||||
prebuild: sed -i -e "/android {/a lint { abortOnError = false }" build.gradle.kts
|
||||
|
|
|
|||
Loading…
Reference in a new issue