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: 7e6662a275c0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5c6892e1a277
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 29, 2019

  1. bazel: fix java toolchain regression

    By changing the default toolchain to JDK8, we broke the default Java
    toolchain, which assumes JDK9.
    
    Instead, set `host_java_toolchain` manually for our build of bazel,
    and set `java_toolchain` to run the java tests with the build JDK as
    well.
    
    Fixes #54289
    Profpatsch committed Jan 29, 2019
    Copy the full SHA
    5c6892e View commit details
    Browse the repository at this point in the history