riscv-collab / riscv-gnu-toolchain

GNU toolchain for RISC-V, including GCC
Other
3.56k stars 1.17k forks source link

CI/CD: Switch from gzip to XZ for archive compression #1606

Closed cmuellner closed 1 day ago

cmuellner commented 3 weeks ago

To reduce the disk space consumption and upload/download times, let's switch to a better archrive compression algorithm. XZ should be popular enough to not cause many complaints about this.

mickflemm commented 4 days ago

This https://github.com/riscv-collab/riscv-gnu-toolchain/pull/1608/commits/37d2c54faadade45937783d9d4339686b01eec37 also changes the mime type from gzip to x-xz and creates the tarball before make_report so that it doesn't include qemu/dejagnu etc.

kito-cheng commented 1 day ago

Close since https://github.com/riscv-collab/riscv-gnu-toolchain/pull/1608 has merged and that has included this change as well