Skip to content

Commit

Permalink
.builds: increase file descriptor limit for Android's sdkmanager
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Naur <[email protected]>
  • Loading branch information
eliasnaur committed Jun 20, 2024
1 parent 38fca9a commit 026d3f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .builds/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 026d3f9

Please sign in to comment.