From 876c881abca5ac38671005fd14c336fa9fb3333c Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 16 Jul 2024 06:01:04 +0000 Subject: [PATCH] CalyxVPN: Build 1.4.0RC1 --- metadata/org.calyxinstitute.vpn.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/metadata/org.calyxinstitute.vpn.yml b/metadata/org.calyxinstitute.vpn.yml index e6076f6325..9a67cde547 100644 --- a/metadata/org.calyxinstitute.vpn.yml +++ b/metadata/org.calyxinstitute.vpn.yml @@ -149,6 +149,34 @@ Builds: build: ../scripts/build_deps.sh ndk: r21e + - versionName: 1.4.0RC1 + versionCode: 174000 + commit: calyx/1.4.0RC1 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y make g++ swig lib32stdc++6 lib32z1 autogen automake autopoint + libtool pkg-config po4a + gradle: + - customProductionFat + rm: + - tor-android/external/openssl/fuzz + - tor-android/external/openssl/boringssl/fuzz + prebuild: + - sed -i -e 's|./gradlew|gradle|' ../scripts/build_deps.sh + - sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\ + =\ false/' ../ics-openvpn/main/build.gradle.kts + scandelete: + - bitmaskcore/obfsvpn/images/obfsvpn-client/speedtest + - bitmaskcore/obfsvpn/mobile/android/obfsvpn-sources.jar + - bitmaskcore/obfsvpn/mobile/android/obfsvpn.aar + - bitmaskcore/IPtProxy + - ics-openvpn/main/src/main/cpp + - tor-android/external + build: ../scripts/build_deps.sh + ndk: r21e + MaintainerNotes: The "build" commands are extracted from build_deps.sh. AutoUpdateMode: None