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

Commits on Jul 9, 2020

  1. add temp CI job to test syspolicy impact

    Starting in Catalina, macOS runs a syspolicyd "assessment" that hits the network for each binary/script executable. It does cache these results, but Nix tends to introduce many "new" executables per build. (You can read more about this at #3789).
    
    This PR adds a temporary, redundant macOS job with these assessments disabled. I'm hoping you can adopt it for a few weeks to help me collect more data on how this affects real projects.
    abathur committed Jul 9, 2020
    Copy the full SHA
    cfe6ea7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3797 from nix-macos-perf-test/macos-perf-test

    add temp CI job to test syspolicy impact
    edolstra committed Jul 9, 2020
    Copy the full SHA
    2dd8443 View commit details
    Browse the repository at this point in the history