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

glibcLocales: use more than one core to build #238027

Merged
merged 2 commits into from Jun 17, 2023
Merged

glibcLocales: use more than one core to build #238027

merged 2 commits into from Jun 17, 2023

Commits on Jun 16, 2023

  1. glibc: allow users of glibc/common.nix to override makeFlags

    This commit allows to include `makeFlags` in a glibc derivation
    without clobbering the flags from `common.nix`
    Adam Joseph committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    cc22c86 View commit details
    Browse the repository at this point in the history
  2. glibcLocales: use more than one core to build

    This commit massively reduces the build latency for glibcLocales by
    allowing it to build in parallel.  This requires passing
    `-j$NIX_BUILD_CORES` via the glibc-specific make variable
    `PARALLELMFLAGS`.
    
    This commit also fixes a preexisting bug where the glibcLocales
    package would ignore `preBuild` and `postBuild`.
    Adam Joseph committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b243596 View commit details
    Browse the repository at this point in the history