From 730be4409f92e551e064bf730542a4f2a92eeb92 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Fri, 8 Jul 2022 09:48:58 +0000 Subject: [PATCH] fix standardnotes 3.30.20 --- metadata/com.standardnotes.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/metadata/com.standardnotes.yml b/metadata/com.standardnotes.yml index 7c8b53a12e..8c6737f807 100644 --- a/metadata/com.standardnotes.yml +++ b/metadata/com.standardnotes.yml @@ -3783,7 +3783,7 @@ Builds: commit: '@standardnotes/mobile@3.30.20' subdir: packages/mobile/android/app sudo: - - sysctl fs.inotify.max_user_watches=524288 + - sysctl fs.inotify.max_user_watches=524288 || true - curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz - echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz" | sha256sum -c - @@ -3799,8 +3799,12 @@ Builds: - make install - popd init: + - pushd ../../../.. + - npm_config_build_from_source=true yarn --immutable + - popd - pushd ../.. - - npm_config_build_from_source=true yarn remove react-native-store-review + - npm_config_build_from_source=true yarn --immutable + - yarn remove react-native-store-review - popd patch: - disable-splits-abi.patch @@ -3832,6 +3836,9 @@ Builds: - packages/components/dist - .yarn/ build: + - pushd ../../../.. + - yarn run build:mobile + - popd - pushd ../.. - yarn run android:bundle - popd