Hi, Am Freitag, 4. Dezember 2020, 22:14:15 CET schrieb Avindra Goolcharan: ....
Also, I am having a look at building:
* deno <https://build.opensuse.org/package/show/home:avindra/deno#comment-1368472> * emscripten <https://build.opensuse.org/package/show/home:avindra/emscripten>
If anyone has a good idea of why the deno build is getting killed and if there is a workaround, please let me know.
looks like it runs out of memory. You should add a _contraints file to your setup, and include something like <?xml version="1.0" encoding="UTF-8"?> <constraints> <hardware> <disk> <size unit="G">13</size> </disk> <memory> <size unit="M">3000</size> </memory> <memoryperjob> <size unit="M">1000</size> </memoryperjob> </hardware> </constraints> -> start small and increase memory if this still happens HTH Axel