enso/engine/runtime/src
Jaroslav Tulach 030dbe4973
Disabling musl as it isn't capable to load dynamic library (#3917)
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.
2022-12-01 06:43:13 +00:00
..
bench Tidy Standard.Base Part 2 of n... (#3889) 2022-11-19 08:01:45 +00:00
main Disabling musl as it isn't capable to load dynamic library (#3917) 2022-12-01 06:43:13 +00:00
test from/all import must not include module in name resolution (#3931) 2022-11-30 16:28:57 +00:00