spago: 0.20.8 -> 0.20.9#171604
Conversation
|
@ofborg build spago haskellPackages.spago |
|
Looks like this is building on Linux at least, so I'll go ahead and merge in. Not sure if anyone would be interested, but since the static compilation stuff in the Haskell package set is working well, you can also easily get a statically-compiled $ nix-build -A pkgsStatic.spago
...
/nix/store/5shp7gzrca7i0gg00is9vjj6vgala0vr-spago-static-x86_64-unknown-linux-musl-0.20.9
$ file /nix/store/5shp7gzrca7i0gg00is9vjj6vgala0vr-spago-static-x86_64-unknown-linux-musl-0.20.9/bin/spago
spago: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped
$ /nix/store/5shp7gzrca7i0gg00is9vjj6vgala0vr-spago-static-x86_64-unknown-linux-musl-0.20.9/bin/spago --version
0.20.9 |
|
@cdepillabout oh wow. I'd love to publish a statically compiled binary for Linux - is there a quick/simple way to do this on Spago's CI? (I guess a Nix build, which would probably require a whole lot of |
|
@f-f I opened up a PR purescript/spago#882 where I've started to try to get a GitHub action for building |
Description of changes
Update
spagofrom 0.20.8 to 0.20.9:https://github.com/purescript/spago/blob/d16d4914200783fbd820ba89dbdf67270454faf5/CHANGELOG.md#0209---2022-05-03
cc @f-f
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes