mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 06:36:52 +00:00
parent
ec699f8cdd
commit
ae9451fdfa
1 changed files with 9 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue