diff --git a/metadata/cx.ring.yml b/metadata/cx.ring.yml index 5d2579f6a6..217930f532 100644 --- a/metadata/cx.ring.yml +++ b/metadata/cx.ring.yml @@ -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