.builds: increase file descriptor limit for Android's sdkmanager

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2024-06-20 09:52:48 +02:00
parent 38fca9ae13
commit 026d3f9daa
+2
View File
@@ -80,6 +80,8 @@ tasks:
unzip -q ndk.zip
rm ndk.zip
mv android-ndk-* ndk-bundle
# sdkmanager needs lots of file descriptors
ulimit -n 10000
yes|sdkmanager --licenses
sdkmanager "platforms;android-31" "build-tools;32.0.0"
- test_android: |