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/nixpkgs
base: 6abd75067ab7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2dda26c9d42b
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 5, 2018

  1. stdenv: implement enableParallelChecking option

    Works similarly to `enableParallelBuilding`, but is set by default when
    `enableParallelBuilding` is set. In my experience most packages that build
    fine in parallel also check fine in parallel.
    oxij committed Sep 5, 2018
    Copy the full SHA
    c63ca0a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    20106e1 View commit details
    Browse the repository at this point in the history
  3. tor: disable parallel checking

    oxij committed Sep 5, 2018
    Copy the full SHA
    e48f2d0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46079 from oxij/docheck/in-parallel

    stdenv: implement enableParallelChecking option
    John Ericson committed Sep 5, 2018
    Copy the full SHA
    2dda26c View commit details
    Browse the repository at this point in the history