standardnotes: update for bookworm

This commit is contained in:
linsui 2024-03-25 17:34:08 +08:00
parent 424f243c73
commit 00ae08d256

View file

@ -14186,13 +14186,13 @@ Builds:
subdir: packages/mobile/android/app
sudo:
- apt-get update
- apt-get install -y libsecret-1-dev build-essential jq
- curl -Lo node.tar.gz https://nodejs.org/download/release/v18.6.0/node-v18.6.0-linux-x64.tar.gz
- echo "eff59cd54fdcd24dc09965b41dc8d347ab4ce367b6c395fd983cfb4c3a542e03 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
- apt-get update
- apt-get install -y -t bullseye openjdk-11-jdk-headless
- update-java-alternatives --set java-1.11.0-openjdk-amd64
init:
- cd ../../../..
- yarn config set -H enableImmutableInstalls false