mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
misc fixes
This commit is contained in:
parent
2cdc8b4262
commit
1ff3a4cbc9
2 changed files with 5 additions and 4 deletions
|
|
@ -222,7 +222,6 @@ Builds:
|
|||
- fdroid
|
||||
prebuild: cp -R ../../gradle ./
|
||||
scandelete:
|
||||
- external
|
||||
- plugin
|
||||
ndk: r25
|
||||
|
||||
|
|
|
|||
|
|
@ -70,19 +70,21 @@ Builds:
|
|||
commit: 088593e682e243e44ba5cffc562c75328efd3097
|
||||
subdir: plugin/tuic
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc-multilib python-is-python3
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
prebuild:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- cp -R ../../gradle ./
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.70.0
|
||||
- source $HOME/.cargo/env
|
||||
- pushd ../..
|
||||
- rustup default stable
|
||||
- ./run init action rust
|
||||
- echo -e "\nsource $HOME/.cargo/env" >> ./bin/init/env.sh
|
||||
scandelete:
|
||||
- external
|
||||
- plugin
|
||||
ndk: r25
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue