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: e38c84dced26
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8d8b443ce290
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 14, 2018

  1. bazel: Don't perform the checkPhase, since it's redundant with instal…

    …lCheckPhase.
    
    This change is going to be required when upgrading to Bazel 0.20.0,
    because in the checkPhase we're not wrapping the Bazel binary yet to
    set some necessary default arguments.
    mboes authored and Profpatsch committed Dec 14, 2018
    Copy the full SHA
    463498e View commit details
    Browse the repository at this point in the history
  2. bazel: 0.18.0 -> 0.20.0

    mboes authored and Profpatsch committed Dec 14, 2018
    Copy the full SHA
    6f5014e View commit details
    Browse the repository at this point in the history
  3. bazel_jdk11: remove.

    This package is redundant, since Bazel (since the upgrade to v0.20.0),
    now uses JDK 11 as the runtime JDK.
    mboes authored and Profpatsch committed Dec 14, 2018
    Copy the full SHA
    8d8b443 View commit details
    Browse the repository at this point in the history