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: b6284fd70f7b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f4fd6ad2827b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 4, 2019

  1. bazel: improve strict action env context

    - Bazel strict action env set a default PATH to
    `/bin/:/usr/bin:/usr/local/bin`. This was previously changed to disable
    this behavior to improve hermeticity. However the previous change was
    only removing `/bin:/usr/bin`, keeping `/usr/local/bin`, this commit
    also remove this entry.
    guibou committed Dec 4, 2019
    Copy the full SHA
    20752ba View commit details
    Browse the repository at this point in the history
  2. bazel: add file and zip in the test runner env

    `file` and `zip` are needed for some bazel test and by default the test
    runner take these binaries from the current `PATH` which may not contain
    them
    guibou committed Dec 4, 2019
    Copy the full SHA
    c0a6fc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73309 from guibou/bazel_fix_env

    bazel: fix strict action env
    flokli committed Dec 4, 2019
    Copy the full SHA
    f4fd6ad View commit details
    Browse the repository at this point in the history