getting an error with static compilation after the new changes... @anmonteiro have you ever seen this?
/bin/sh: line 1: 241 Segmentation fault (core dumped) "/lumo/tmp/node/12.0.0/node-v12.0.0/out/Release/mksnapshot" /lumo/target/main.js --turbo_instruction_scheduling --embedded_variant Default --embedded_src "/lumo/tmp/node/12.0.0/node-v12.0.0/out/Release/obj.target/generate_snapshot/geni/embedded.S" --startup_src "/lumo/tmp/node/12.0.0/node-v12.0.0/out/Release/obj.target/generate_snapshot/geni/snapshot.cc" /lumo/target/main.js
make[1]: *** [38bdff0821254942b9284d2e64d641d7cbdcda3b.intermediate] Error 139
make[1]: *** Waiting for unfinished jobs....
rm ee5a4202917987fad683c491649d2d52ca90fca3.intermediate 38bdff0821254942b9284d2e64d641d7cbdcda3b.intermediate 88ef92d03823f4c5dc51d99466b5509573543fee.intermediate
make[1]: Leaving directory `/lumo/tmp/node/12.0.0/node-v12.0.0/out'
unsure
I dont thnk I have
are you using the new required dependencies required by node 12?
@richiardiandrea > With the release of Node.js 12, the codebase now requires a minimum of GCC 6 and glibc 2.17 on platforms other than macOS and Windows
oh wow ok cool thank you!
https://github.com/nodejs/node/blob/v12.x/BUILDING.md#platform-list
info here ^
I might have found the culprit for the crashes of the statically linked version of lumo
https://github.com/grav/aws-lumo-cljs-runtime/issues/5#issuecomment-487775926
oh uh
I assumed you were trying to link with musl
no well I was not aware of that 😄
and Grav's runtime is installing glibc-static
in the container so well...that's ok...learning 😄
interesting stuff here as well: https://stackoverflow.com/questions/17943595/how-to-compile-nodejs-to-a-single-fully-static-binary-file