mirror of
https://github.com/enso-org/enso.git
synced 2024-12-29 22:01:34 +03:00
030dbe4973
Disabling `musl` as it isn't capable to load dynamic library. # Important Notes With this change it is possible to: ``` $ sbt bootstrap $ sbt engine-runner/buildNativeImage $ ./runner --run ./engine/runner/src/test/resources/Factorial.enso 3 6 $ ./runner --run ./engine/runner/src/test/resources/Factorial.enso 4 24 $ ./runner --run ./engine/runner/src/test/resources/Factorial.enso 100 93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000 ``` Is it OK, @radeusgd to disable `musl`? If not, we would have to find a way to link the parser in statically, not dynamically. |
||
---|---|---|
.. | ||
bench | ||
main | ||
test |