Revert "standardnotes - update recipe"

This reverts commit ec699f8cdd
This commit is contained in:
Licaon_Kter 2022-08-24 15:54:08 +00:00
parent ec699f8cdd
commit ae9451fdfa

View file

@ -5232,15 +5232,20 @@ Builds:
subdir: packages/mobile/android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y build-essential libsecret-1-dev openjdk-11-jdk-headless
--no-install-recommends
- update-alternatives --auto java
- 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 -
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
- npm -g install yarn
- apt-get update
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
- update-alternatives --auto java
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
- pushd build/srclib/cpython
- ./configure
- make -j$(nproc)
- make install
- popd
init:
- pushd ../../../..
- npm_config_build_from_source=true yarn --immutable
@ -5278,13 +5283,6 @@ Builds:
- packages/components/dist
- .yarn/
build:
- pushd $$cpython$$
- mkdir -p /tmp/cpython
- ./configure --prefix=/tmp/cpython --enable-optimizations
- make -j`nproc`
- make install
- popd
- export PATH=/tmp/cpython/bin:$PATH
- pushd ../../../..
- yarn run build:mobile
- popd