Navigation Menu

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: 3050545e41b7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c2884c4011a9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 24, 2020

  1. stdenv: trim random seed to avoid reference cycles

    Using the full store hash as the random seed occasionally caused
    reference cycles when the invocation was stored in output artifacts.
    For example, cross-compiled gcc was failing due to this:
    https://hydra.nixos.org/eval/1631713#tabs-now-fail
    
    Simply truncating the hash is sufficient to avoid this.
    r-burns committed Dec 24, 2020
    Copy the full SHA
    61a6d1a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Merge pull request #106954 from r-burns/randomseed

    [staging] stdenv: trim random seed to avoid reference cycles
    andir committed Jan 2, 2021
    Copy the full SHA
    c2884c4 View commit details
    Browse the repository at this point in the history