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: e6c42f640551
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 00941cd747e9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 3, 2020

  1. buildRustCrate: set NUM_JOBS to NIX_BUILD_CORES

    Bofore this change, NUM_JOBS was set to 1. Some crates for building
    C/C++ code (e.g. the cc and cmake crates), rely on this variable to
    set the number of jobs. As a consequence, we were compiling embedded
    libraries serially. Change this to NIX_BUILD_CORES to permit parallel
    builds.
    
    Prior discussion:
    
    #50452 (comment)
    danieldk committed Dec 3, 2020
    Copy the full SHA
    e87d457 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Merge pull request #105787 from danieldk/build-rust-crate-njobs

    buildRustCrate: set NUM_JOBS to NIX_BUILD_CORES
    danieldk committed Dec 16, 2020
    Copy the full SHA
    00941cd View commit details
    Browse the repository at this point in the history