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: b6eca9a2afa1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d7d4a926957d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 17, 2020

  1. buildBazelPackage: add "fetchConfigured" for fetching only things req…

    …uired for the build
    
    "bazel fetch" will, by default, fetch everything that _might_ be used,
    including things that will later be discarded due to the way the build
    is configured.
    
    Concretely, this means that for some builds of Java packages, this will
    avoid failures where the builder tries to retrieve the JDK from /usr/share/java
    (or equivalent).
    
    This also means that for most packages we can fetch _fewer_ dependencies,
    since the standard tree pruning for artifacts to fetch will take effect.
    
    fetchConfigured is disabled by default since it changes the fetch hashes
    of tensorflow/tensorflow2 (since it ends up fetching less).
    lukegb authored and Profpatsch committed Jul 17, 2020
    Copy the full SHA
    d7d4a92 View commit details
    Browse the repository at this point in the history