Files
postmarketos-mkinitfs/pkgs/archive
Clayton Craft 77b2455b91 archive: replace extract test with call to gzip -t
A custom extract test includes reading AND writing the extracted archive
contents to /tmp (which is probably a slow disk), so this uses busybox's
gzip -t ("test file integrity") and seems to take about half the time
(~10s vs ~6s measured loosely on pinephone)
2021-08-17 15:31:40 -07:00
..