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: a8e06a8e8993
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 846f300511f9
Choose a head ref
  • 9 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 3, 2020

  1. buildBazelPackage: prime fixed output derivations

    All bazel fixed output derivations should be specific to the bazel
    version that was used to generate them. There is not guarantee that the
    build will still succeed or reproduces (without the cached fixed output)
    if the fetch phase wasn't rerun with a different bazel version.
    
    In the past bazel had been bumped but not all those packages that have
    fixed outputs from bazel builds. This lead to compiling and somewhat
    working TF versions that couldn't be reproduced without the cached fixed
    outputs.
    andir committed Mar 3, 2020
    Copy the full SHA
    fa6c5c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    abd312b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9683826 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fa7b4d5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0ff376c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    84b3678 View commit details
    Browse the repository at this point in the history
  7. pythonPackages.tensorflow-estimator_1_15_1: init at 1.15.1

    TF 1.15 still needs an older version of the tensorflow-estimator
    package.
    andir committed Mar 3, 2020
    Copy the full SHA
    c539f93 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    642bea6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #80953 from andir/bazel-poison

    buildBazelPackage: poison all the fixed output derivations
    andir committed Mar 3, 2020
    Copy the full SHA
    846f300 View commit details
    Browse the repository at this point in the history