Closed GuillaumeSmaha closed 2 years ago
Finally works with 17GB. But It is flaky with 17GB because it fails on my cirrus pipeline: https://cirrus-ci.com/task/6233480374779904 Fails a second time on my cirrus: https://cirrus-ci.com/task/5893790203379712
It seems building nodejs need a lot of memory
Let's see if this is sustainable. Thanks for the effort in tracking this down 👍
No luck for the CI on master branch: Instance was rescheduled: https://cirrus-ci.com/task/6246328056414208
I think i will just get rid of moonlight-tv and host-nodejs in the lgtv default preset. It was used as a sample to see if there were all necessary components to build moonlight, but it's not really necessary as part of an SDK/toolchain and it's putting too much burden on the infrastructure.
I think i will just get rid of moonlight-tv and host-nodejs in the lgtv default preset. It was used as a sample to see if there were all necessary components to build moonlight, but it's not really necessary as part of an SDK/toolchain and it's putting too much burden on the infrastructure.
Yes, good idea and it can still be recompiled by ourself if it is needed
Done
I am making a draft to show some advancement.
Enable host-nodejs to run moonlight-tv scripts during build. It is a required dependency: https://github.com/mariotaku/moonlight-tv/blob/v1.5.2/CMakeLists.txt#L107
@smx-smx Host-Python3 needs to be build with
BR2_PACKAGE_HOST_PYTHON3_BZIP2=y
. Do you know how this requirement can be defined in moonlight-tv package ? (Don't hesitate to update my PR or take my change for another PR/commit)The build passes on my computer but remotely it is failing due to OOM:
make clean sdk
Container errored with 'OOMKilled'
. I had to increase to9GB
: https://cirrus-ci.com/task/6464635715977216 but it still failing10GB
: https://cirrus-ci.com/task/6055008713048064 still failing12GB
: https://cirrus-ci.com/task/5627897300910080 still failing16GB
: https://cirrus-ci.com/task/6433599275663360 still failingI am trying with 17GB. That's weird that nodejs is taking so much memory.