mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 10:30:38 +00:00
The unified package is quite large (1GB compressed), and it is the last step in the build so its build time cannot be parallized with other tasks. Compress it with pigz to take advantage of multiple cores and speed up the build a little. Closes #7670