Jitsi Meet: increase inotify watches limit

This should fix the build since React Native apps rely on this and the number of files being watches is usually pretty high.
This commit is contained in:
Saúl Ibarra Corretgé 2019-11-20 20:13:25 +00:00 committed by Pierre Rudloff
parent 5fa17c4881
commit 23ae7db1a4

View file

@ -46,6 +46,8 @@ Builds:
commit: android-19.4.1 commit: android-19.4.1
subdir: android/app subdir: android/app
sudo: sudo:
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- apt-get update || apt-get update - apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm - apt-get install -y -t stretch-backports npm
init: init:
@ -87,8 +89,12 @@ Builds:
- node_modules/@react-native-community/google-signin/android/build.gradle - node_modules/@react-native-community/google-signin/android/build.gradle
MaintainerNotes: |- MaintainerNotes: |-
According to [https://jitsi.org/user-faq/], Jitsi Meet is fully founded by 3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
8x8 and does not seem to take donations. - React Native
- WebRTC
- JavaScript Core (required by React Native)
Jitsi Meet is fully funded by 8x8 and does not take donations.
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: Tags UpdateCheckMode: Tags