mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
binary-tarball: create tarball without listing files
This is producing quite a bit of log output in CI.
This commit is contained in:
parent
691b1ea237
commit
31b3a34e5b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ runCommand "nix-binary-tarball-${version}" env ''
|
|||
fn=$out/$dir.tar.xz
|
||||
mkdir -p $out/nix-support
|
||||
echo "file binary-dist $fn" >> $out/nix-support/hydra-build-products
|
||||
tar cvfJ $fn \
|
||||
tar cfJ $fn \
|
||||
--owner=0 --group=0 --mode=u+rw,uga+r \
|
||||
--mtime='1970-01-01' \
|
||||
--absolute-names \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue