donalffons / opencascade.js

Port of the OpenCascade CAD library to JavaScript and WebAssembly via Emscripten.
https://ocjs.org/
GNU Lesser General Public License v2.1
582 stars 85 forks source link

Custom build no-exceptions.yml failed. #276

Closed clinuxrulz closed 1 month ago

clinuxrulz commented 1 month ago

Trying out opencascade.js/test/customBuilds/no-exceptions.yml for a smaller faster wasm.

However the build is failing for me:

...
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc++-noexcept.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc++-noexcept.a" for subsequent builds)
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc++abi-noexcept.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc++abi-noexcept.a" for subsequent builds)
cache:INFO:  - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libsockets.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libsockets.a" for subsequent builds)
cache:INFO:  - ok
time="2024-05-06T17:56:17+10:00" level=error msg="error waiting for container: unexpected EOF"

Does anyone have a successful build for that particular custom build?

clinuxrulz commented 1 month ago

It's all good. Looks like 16GB of ram is not enough to perform the build, I'll have to buy a new laptop later on. Sticking with the released full wasm for now.