mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
shadowsocks - update recipe
This commit is contained in:
parent
06b41384e9
commit
f5d96e0730
1 changed files with 5 additions and 3 deletions
|
|
@ -184,10 +184,13 @@ Builds:
|
||||||
commit: 3b9fed2abecdd6905462c67eb268818756d7ed77
|
commit: 3b9fed2abecdd6905462c67eb268818756d7ed77
|
||||||
subdir: mobile
|
subdir: mobile
|
||||||
submodules: true
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y build-essential file
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
srclibs:
|
srclibs:
|
||||||
- rustup@1.24.3
|
- rustup@1.25.1
|
||||||
rm:
|
rm:
|
||||||
- core/src/main/jni/badvpn/lwip/test/fuzz/inputs
|
- core/src/main/jni/badvpn/lwip/test/fuzz/inputs
|
||||||
- core/src/main/jni/badvpn/lime
|
- core/src/main/jni/badvpn/lime
|
||||||
|
|
@ -221,8 +224,7 @@ Builds:
|
||||||
build:
|
build:
|
||||||
- $$rustup$$/rustup-init.sh -y
|
- $$rustup$$/rustup-init.sh -y
|
||||||
- source $HOME/.cargo/env
|
- source $HOME/.cargo/env
|
||||||
- rustup toolchain install nightly-2022-06-21
|
- rustup default 1.65.0
|
||||||
- rustup default nightly-2022-06-21
|
|
||||||
- cd ../core/src/main/rust/shadowsocks-rust
|
- cd ../core/src/main/rust/shadowsocks-rust
|
||||||
- rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android
|
- rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android
|
||||||
x86_64-linux-android
|
x86_64-linux-android
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue