mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Fix build + enable Massive
This commit is contained in:
parent
e10b232e55
commit
3fbd653623
1 changed files with 1 additions and 4 deletions
|
|
@ -3185,7 +3185,6 @@ Builds:
|
|||
|
||||
- versionName: '1.166'
|
||||
versionCode: 36192
|
||||
disable: fails to build
|
||||
commit: 7ea91eeca9ab119458c03eb656901b4dd5889f2a
|
||||
subdir: android/app
|
||||
sudo:
|
||||
|
|
@ -3193,9 +3192,8 @@ Builds:
|
|||
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
init: yarn install
|
||||
init: npm install -f
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
|
|
@ -3213,7 +3211,6 @@ Builds:
|
|||
- node_modules/react-native-pager-view/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
- .yarn
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
|
|||
Loading…
Reference in a new issue