misc fixes

This commit is contained in:
linsui 2025-10-28 02:49:53 +08:00
parent bbceca37e0
commit 72f4c08900
3 changed files with 7 additions and 8 deletions

View file

@ -421,7 +421,8 @@ Builds:
prebuild:
- date=$(git show --format=%ad --no-patch --no-notes)
- pushd $$conan-odr-index$$
- git checkout $(git rev-list -1 --before="$date" main)
- git fetch origin
- git checkout $(git rev-list -1 --before="$date" origin/main)
- popd
- conan remote remove "*"
- conan remote add odr $$conan-odr-index$$

View file

@ -138,6 +138,11 @@ Builds:
versionCode: 565
commit: 3ae24e8782bdfb08fdd37225ed2b48095b29ea0f
subdir: app
sudo:
- export CPUS_MAX=16
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- yes
scanignore:

View file

@ -53,13 +53,6 @@ Builds:
gradle:
- yes
- versionName: 1.4.0
versionCode: 7
commit: e24c8d66cdbf5faf3293c918a9f50928d72a6c77
subdir: app
gradle:
- yes
- versionName: 1.4.1
versionCode: 8
commit: 4191bbf096e9d1164a0d0146c365c1b3be80be96