mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
misc fixes
This commit is contained in:
parent
9cb803fdbf
commit
1082ffba0c
2 changed files with 9 additions and 1 deletions
|
|
@ -2642,6 +2642,10 @@ Builds:
|
||||||
- apt-get install -y yq
|
- apt-get install -y yq
|
||||||
- mkdir -p /home/runner/
|
- mkdir -p /home/runner/
|
||||||
- chown vagrant /home/runner/
|
- chown vagrant /home/runner/
|
||||||
|
- export CPUS_MAX=4
|
||||||
|
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||||
|
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||||
|
; done
|
||||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@stable
|
- flutter@stable
|
||||||
|
|
@ -2653,7 +2657,7 @@ Builds:
|
||||||
- pushd $HOME/work/Musify/Musify/
|
- pushd $HOME/work/Musify/Musify/
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- export flutterVersion="$(yq -r .environment.flutter pubspec.yaml | sed 's/\^//g')"
|
- export flutterVersion="$(yq -r .environment.flutter pubspec.yaml | sed 's/\^//g')"
|
||||||
- '[[ $flutterVersion ]] || exit 1'
|
- '[[ $flutterVersion ]]'
|
||||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
- rm $$flutter$$/engine/src/.gn
|
- rm $$flutter$$/engine/src/.gn
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
|
|
||||||
|
|
@ -12003,6 +12003,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.3.6
|
- versionName: 3.3.6
|
||||||
versionCode: 15376
|
versionCode: 15376
|
||||||
|
disable: build failed on old server
|
||||||
commit: 8cd8e93487aeb54f83a6ac7b35e0708ec8eceb1d
|
commit: 8cd8e93487aeb54f83a6ac7b35e0708ec8eceb1d
|
||||||
subdir: apps/mobile/native/android/app
|
subdir: apps/mobile/native/android/app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -12074,6 +12075,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.3.6
|
- versionName: 3.3.6
|
||||||
versionCode: 15377
|
versionCode: 15377
|
||||||
|
disable: build failed on old server
|
||||||
commit: 8cd8e93487aeb54f83a6ac7b35e0708ec8eceb1d
|
commit: 8cd8e93487aeb54f83a6ac7b35e0708ec8eceb1d
|
||||||
subdir: apps/mobile/native/android/app
|
subdir: apps/mobile/native/android/app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -12145,6 +12147,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.3.6
|
- versionName: 3.3.6
|
||||||
versionCode: 15378
|
versionCode: 15378
|
||||||
|
disable: build failed on old server
|
||||||
commit: 8cd8e93487aeb54f83a6ac7b35e0708ec8eceb1d
|
commit: 8cd8e93487aeb54f83a6ac7b35e0708ec8eceb1d
|
||||||
subdir: apps/mobile/native/android/app
|
subdir: apps/mobile/native/android/app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -12216,6 +12219,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.3.6
|
- versionName: 3.3.6
|
||||||
versionCode: 15379
|
versionCode: 15379
|
||||||
|
disable: build failed on old server
|
||||||
commit: 8cd8e93487aeb54f83a6ac7b35e0708ec8eceb1d
|
commit: 8cd8e93487aeb54f83a6ac7b35e0708ec8eceb1d
|
||||||
subdir: apps/mobile/native/android/app
|
subdir: apps/mobile/native/android/app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue