Skip to content

Commit

Permalink
binary-tarball: create tarball without listing files
Browse files Browse the repository at this point in the history
This is producing quite a bit of log output in CI.
  • Loading branch information
Mic92 committed Dec 14, 2024
1 parent 0558685 commit 0489d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/binary-tarball.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0489d33

Please sign in to comment.