You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use -fspecialize-aggressively to improve performance by 30% on ACME b…
…uild (#4584)
* Use -fspecialize-aggressively to improve performance
* add fspecialize to cabal project
Build fully static compiler binary using ghc-musl (#4573)
* Build statically-linked binaries with ghc-musl
* Compliance for LGPL terms
* Add changelog entry
* Update dependencies
* Update LICENSE
* Update weeder
* Fix weeder
* Add more changelog entries
* Argument passthrough
* Update license
* Update license
* Build images for ARM
* Checkout after Node installation
* Only mount volumes for static
* Drop static prefix for now
* Force purge cache
* Remove builds against ubuntu
* Use matrix.os for cache key
* Fix linux only
* Set CI_STATIC to true
* CI_STATIC on Linux only
* Fix more linux only checks
Upgrade to GHC 9.8.4 (#4574)
* Use latest HLint version in CI workflow
* Upgrade to latest version of Cheapskate
* Allow newer deps for weeder
* Use `NonEmpty String` for `directiveStrings`
Fix imports for newer mtl versions (#4547)
Newer mtl does not re-export Control.Monad and Data.Monoid anymore.
So we fix that by splitting the imports manually.
Remove Git upgrade step from CI (#4541)
buster-backports no longer exists in debian/dists and it's breaking CI.
The currently available version of Git in this container is 2.20.1, so
we don't need this.