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: 0b768764aee4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 67904dccbb0d
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Sep 3, 2019

  1. bazel: 0.28.1 -> 0.29.0

    - Upgraded dependencies
      - dependencies script upgraded to take into account new WORKSPACE
        rules
    - Tests now depends on the `distdir`
    
    Runtime bazel now also depends on the `distdir` setting which appears
    in the global configuration file. This increases the bazel closure
    size by 85 MO for stuffs which can normally be downloaded at runtime
    by bazel. However, any invocation of `buildBazelPackage` (such as in
    `bazel-watcher`) may fail in nix sandbox if theses files are not
    available at runtime.
    
    If this overhead is too important, we may later evolve to a finer
    grained solution, where buildBazelPackage declares the list of
    necessary dependencies.
    guibou authored and Profpatsch committed Sep 3, 2019
    Copy the full SHA
    67904dc View commit details
    Browse the repository at this point in the history