mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
localsend: remove rust pinning
This commit is contained in:
parent
bafb656334
commit
b2b04e553b
1 changed files with 3 additions and 6 deletions
|
|
@ -794,11 +794,10 @@ Builds:
|
|||
- cd ..
|
||||
- mv org.localsend.localsend_app /tmp/build
|
||||
- pushd /tmp/build/app
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.81.0 --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain none
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../submodules/flutter/bin/flutter config --no-analytics
|
||||
- ../submodules/flutter/bin/flutter pub get
|
||||
- sed -i -e "s/'stable'/'1.81.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
scanignore:
|
||||
|
|
@ -841,11 +840,10 @@ Builds:
|
|||
- cd ..
|
||||
- mv org.localsend.localsend_app /tmp/build
|
||||
- pushd /tmp/build/app
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.81.0 --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain none
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../submodules/flutter/bin/flutter config --no-analytics
|
||||
- ../submodules/flutter/bin/flutter pub get
|
||||
- sed -i -e "s/'stable'/'1.81.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
scanignore:
|
||||
|
|
@ -888,11 +886,10 @@ Builds:
|
|||
- cd ..
|
||||
- mv org.localsend.localsend_app /tmp/build
|
||||
- pushd /tmp/build/app
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.81.0 --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain none
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../submodules/flutter/bin/flutter config --no-analytics
|
||||
- ../submodules/flutter/bin/flutter pub get
|
||||
- sed -i -e "s/'stable'/'1.81.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
scanignore:
|
||||
|
|
|
|||
Loading…
Reference in a new issue