| 31 Oct 2022 |
jake_gillberg | Lambdas also support containers, so a dockerTools approach might be another angle of attack? | 14:39:44 |
| underpantsgnome changed their display name from underpantsgnome! to underpantsgnome. | 20:30:28 |
| 1 Nov 2022 |
uep | yeah but it's all so much more.. stuff | 03:17:19 |
| 2 Nov 2022 |
| Claes joined the room. | 00:47:52 |
| 3 Nov 2022 |
jackdk | In reply to @uep:matrix.org
Anyone have any recommendations or references? My current thoughts, before even really exploring further:
- static musl target
- build in a ubuntu (or whatever)
systemd-nspawn container
- some kind of hack in the build environment to emulate FHS
- patchelf, in the reverse of how we normally use it, to turn store paths into FHS (ugh)
https://github.com/bellroy/wai-handler-hal/tree/master/wai-handler-hal-example uses haskell.nix to statically link against musl. Not sure if you can make it work for your standard? There are also dockerTools examples there | 07:05:50 |
jackdk | In reply to @uep:matrix.org
Anyone have any recommendations or references? My current thoughts, before even really exploring further:
- static musl target
- build in a ubuntu (or whatever)
systemd-nspawn container
- some kind of hack in the build environment to emulate FHS
- patchelf, in the reverse of how we normally use it, to turn store paths into FHS (ugh)
* https://github.com/bellroy/wai-handler-hal/tree/master/wai-handler-hal-cdk uses haskell.nix to statically link against musl. Not sure if you can make it work for your standard? There are also dockerTools examples there | 07:06:22 |
uep | I'm leaning more towards musl as time goes on | 07:40:25 |