Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haskellPackages: build with RTS -A64M options #317251

Merged
merged 1 commit into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. haskellPackages: build with RTS -A64M options

    Those flags were not actually passed to GHC before, but to Setup.hs.
    
    They were introduced in NixOS#86948. The related twitch live stream uses the
    build of git-annex as a measurement. I get the following numbers when
    building git-annex with doCheck = false:
    
     - for current master: 1:40 wall clock / 340s user
     - without any -A64M argument: 1:40 wall clock / 340s user
     - with this fix: 1:13 wall clock / 280s user
    
    The idea was good, but the settings were never active.
    
    More testing revealed that this seems to work on darwin just as well, so
    we're removing the isLinux condition, too.
    wolfgangwalther committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3286300 View commit details
    Browse the repository at this point in the history