Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: 4f25644a1307
Choose a base ref
...
head repository: NixOS/nix
compare: 0bd060f23ac2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 3, 2020

  1. Don't fail early when -j0 is passed

    If the build closure contains some CA derivations, then we can't know
    ahead-of-time that we won't build anything as early-cutoff might come-in
    at a laster stage
    thufschmitt committed Dec 3, 2020
    Copy the full SHA
    0afab66 View commit details
    Browse the repository at this point in the history
  2. Properly test early cutoff with CA derivations

    Build things with a different seed each time to make sure that it works
    despite the different drvs
    thufschmitt committed Dec 3, 2020
    Copy the full SHA
    8ad72b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4308 from tweag/properly-test-early-cutoff

    Properly test the early cutoff for CA derivations
    edolstra committed Dec 3, 2020
    Copy the full SHA
    0bd060f View commit details
    Browse the repository at this point in the history