From f5d96e07301c7d2797668e288db9eea75debb713 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 21 Dec 2022 10:54:03 +0000 Subject: [PATCH] shadowsocks - update recipe --- metadata/com.github.shadowsocks.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/metadata/com.github.shadowsocks.yml b/metadata/com.github.shadowsocks.yml index 45195fc45a..176e83f7c2 100644 --- a/metadata/com.github.shadowsocks.yml +++ b/metadata/com.github.shadowsocks.yml @@ -184,10 +184,13 @@ Builds: commit: 3b9fed2abecdd6905462c67eb268818756d7ed77 subdir: mobile submodules: true + sudo: + - apt-get update + - apt-get install -y build-essential file gradle: - yes srclibs: - - rustup@1.24.3 + - rustup@1.25.1 rm: - core/src/main/jni/badvpn/lwip/test/fuzz/inputs - core/src/main/jni/badvpn/lime @@ -221,8 +224,7 @@ Builds: build: - $$rustup$$/rustup-init.sh -y - source $HOME/.cargo/env - - rustup toolchain install nightly-2022-06-21 - - rustup default nightly-2022-06-21 + - rustup default 1.65.0 - cd ../core/src/main/rust/shadowsocks-rust - rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android