mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
infomaniak.meet - update recipe
This commit is contained in:
parent
cf97873b40
commit
259abb5119
1 changed files with 5 additions and 7 deletions
|
|
@ -152,17 +152,15 @@ Builds:
|
|||
commit: ad2c9998789b16e9134694e1406a34218d11045b
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y jq maven openjdk-17-jdk-headless
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/latest-v16.x/node-v16.20.2-linux-x64.tar.gz
|
||||
- echo "c9193e6c414891694759febe846f4f023bf48410a6924a8b1520c46565859665 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- apt-get install -y npm jq maven openjdk-17-jdk-headless
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- jitsi-meet@android-sdk-8.6.0
|
||||
- jitsi-meet@android-sdk-9.2.1
|
||||
prebuild:
|
||||
- sed -i -e '/jitsi-maven-repository/d' -e '/repositories {/a\ mavenLocal()'
|
||||
../build.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue