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: 40d031d57c4e
Choose a base ref
...
head repository: NixOS/nix
compare: 682694e03a25
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 2, 2020

  1. never use /var/folders for TMPDIR on darwin

    This doesn't just cause problems for nix-store --serve but also results
    in certain build failures. Builds that use unix domain sockets in their
    tests often fail because the /var/folders prefix already consumes more
    than half of the maximum length of socket paths.
    
        struct sockaddr_un {
           sa_family_t sun_family;               /* AF_UNIX */
           char        sun_path[108];            /* Pathname */
        };
    
    (cherry picked from commit 4d9db42)
    LnL7 authored and roberth committed Sep 2, 2020
    Copy the full SHA
    f6ff684 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3984 from hercules-ci/backport-darwin-tmp-dir-3488

    never use /var/folders for TMPDIR on darwin (2.3 backport)
    edolstra committed Sep 2, 2020
    Copy the full SHA
    682694e View commit details
    Browse the repository at this point in the history