Skip to content

Commit

Permalink
Revert "setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDO…
Browse files Browse the repository at this point in the history
…M_SEED" (NixOS#216935)

This is a stdenv rebuild and should have gone to staging
  • Loading branch information
yu-re-ka authored Feb 18, 2023
1 parent ef56f34 commit e1f1c7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/build-support/setup-hooks/reproducible-builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# derivation and not easily collide with other builds.
# We also truncate the hash so that it cannot cause reference cycles.
NIX_CFLAGS_COMPILE="${NIX_CFLAGS_COMPILE:-} -frandom-seed=$(
randSeed=${NIX_OUTPATH_USED_AS_RANDOM_SEED:-$out}
outbase="${randSeed##*/}"
outbase="${out##*/}"
randomseed="${outbase:0:10}"
echo $randomseed
)"
Expand Down

0 comments on commit e1f1c7e

Please sign in to comment.