Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 8fdd156a650f9b2ce9ae8cd74edcf16225478292
      
https://github.com/NixOS/nix/commit/8fdd156a650f9b2ce9ae8cd74edcf16225478292
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-11-09 (Mon, 09 Nov 2015)

  Changed paths:
    M doc/manual/command-ref/conf-file.xml
    M src/libstore/build.cc
    M src/libstore/store-api.hh

  Log Message:
  -----------
  Add option to verify build determinism

Passing "--option build-repeat <N>" will cause every build to be
repeated N times. If the build output differs between any round, the
build is rejected, and the output paths are not registered as
valid. This is primarily useful to verify build determinism. (We
already had a --check option to repeat a previously succeeded
build. However, with --check, non-deterministic builds are registered
in the DB. Preventing that is useful for Hydra to ensure that
non-deterministic builds don't end up getting published at all.)


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to