1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00
fdroidserver/buildserver/cookbooks
Hans-Christoph Steiner a4615b1def buildserver: handle loops in bash, not ruby, to save memory
Apparently, ruby is quite a memory hog when it forks.  I've been getting
errors like this with ./makebuildserver:

Errno::ENOMEM - script[add_btools_17] (android-sdk::default line 72) had an
  error: Errno::ENOMEM: Cannot allocate memory - fork(2)

So instead of looping in ruby and forking for each loop, handle the looping
in the bash script, so ruby is just calling a single bash script.
2016-06-14 16:34:13 +02:00
..
android-ndk/recipes Fix ndk always being reinstalled 2015-11-20 17:35:34 -08:00
android-sdk/recipes buildserver: handle loops in bash, not ruby, to save memory 2016-06-14 16:34:13 +02:00
fdroidbuild-general/recipes Add libtool to deps list 2016-05-17 23:04:20 +02:00
gradle/recipes Add gradle 2.13 2016-05-27 14:08:57 +01:00
kivy/recipes standardize on HTTPS for github.com links 2015-08-27 00:28:47 +02:00