-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking issue for only producing .xz on CI #80753
Copy link
Copy link
Closed
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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