Single-step create+compress in create_tarballs.sh
Currently, this script writes tarballs to disk before compressing them. Since disk I/O is not particularly fast on colchicifolium
, and the uncompressed files are not needed, we should compress the tarballs before writing it to disk. This should allow the script to run faster by avoiding unneccessary disk I/O.
This may help fix tpo/tpa/team#40650 (closed)
Merge request reports
Activity
assigned to @lavamind
requested review from @hiro
added Needs Review label
removed Needs Review label
mentioned in commit f5eb3a1d
Please register or sign in to reply