From f4ad7d6c2a50b056fac0cdd60e70b82a200a1208 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 11 Sep 2018 00:45:52 +0200 Subject: [PATCH] ring: add 129 --- metadata/cx.ring.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/metadata/cx.ring.txt b/metadata/cx.ring.txt index 7d6a22b1d7..c6e5e9410e 100644 --- a/metadata/cx.ring.txt +++ b/metadata/cx.ring.txt @@ -609,6 +609,21 @@ Build:20180712,127 ./compile.sh --release --no-gradle ndk=r16b +Build:20180805,129 + commit=ac674c27172339c0c4eb7fc23a560f694905efb0 + timeout=10800 + subdir=client-android/ring-android/app + submodules=yes + sudo=apt-get update && \ + apt-get install --yes -t jessie-backports swig + gradle=noPush + rm=client-electron,client-gnome,client-ios,client-macosx,client-uwp,client-windows + build=cd ../.. && \ + export ANDROID_NDK_ROOT="$ANDROID_NDK" && \ + export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \ + ./compile.sh --release --no-gradle + ndk=r17b + Maintainer Notes: Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures. Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports.