fix: make sure `tar` reproducibility flags are set

This commit is contained in:
Pol Dellaiera 2023-10-23 23:46:06 +02:00
parent c7c5d370e0
commit 7f71fc7540
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ test_tarball() {
local compressor="$2"
tarball=$TEST_ROOT/tarball.tar$ext
(cd $TEST_ROOT && tar cf - tarball) | $compressor > $tarball
(cd $TEST_ROOT && GNUTAR_REPRODUCIBLE= tar --mtime=$tarroot/default.nix --owner=0 --group=0 --numeric-owner --sort=name -c -f - tarball) | $compressor > $tarball
nix-env -f file://$tarball -qa --out-path | grepQuiet dependencies