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/nix
base: 06849c309061
Choose a base ref
...
head repository: NixOS/nix
compare: aeb406dd1bb4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 29, 2020

  1. Only call grantpt on MacOS systems

    The commit 3cc1125 adds a `grantpt`
    call on the builder pseudo terminal fd. This call is actually only
    required for MacOS, but it however requires a RW access to /dev/pts
    which is only RO bindmounted in the Bazel Linux sandbox. So, Nix can
    not be actually run in the Bazel Linux sandbox for unneeded reasons.
    nlewo committed Apr 29, 2020
    Copy the full SHA
    ca93b26 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3547 from nlewo/grantpt

    Only call grantpt on MacOS systems
    edolstra committed Apr 29, 2020
    Copy the full SHA
    aeb406d View commit details
    Browse the repository at this point in the history