This issue tracks the work needed to only produce .xz tarballs on CI, recompressing them into .gz only during the release process. The effort will greatly reduce the amount of artifacts we need to store.
Implementation work needed:
Bugs caused by this:
This issue tracks the work needed to only produce .xz tarballs on CI, recompressing them into .gz only during the release process. The effort will greatly reduce the amount of artifacts we need to store.
Implementation work needed:
rust-installerto allow choosing which tarballs to produce Allow specifying the wanted compression formats at runtime rust-installer#105.gztarballs from the artifacts bucketBugs caused by this:
./x.py installcrashed due to a different directory structure x.py install fails when run outside of Rust source directory #80494 Fix broken ./x.py install #80514