| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-12-31 | bootstrap: use the correct paths during ./x.py install | Pietro Albini | -4/+12 | |
| 2020-12-31 | bootstrap: change the dist outputs to GeneratedTarball | Pietro Albini | -8/+21 | |
| The struct will allow to store more context on the generated tarballs. | ||||
| 2020-12-31 | bootstrap: never delete the tarball temporary directory | Pietro Albini | -7/+1 | |
| Files in the temporary directory are used by ./x.py install. | ||||
| 2020-12-31 | Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrum | bors | -1/+15 | |
| Only produce .xz tarballs on CI This PR adds a `./configure` option to choose which tarball compression formats to produce, and changes our CI configuration to only produce `.xz` tarballs. The release process will then recompress everything into `.gz` when producing a release. This will drastically reduce our storage costs for CI artifacts, as we'd stop storing the same data twice. **Stable, beta and nightly releases will not be affected by this at all.** Before landing this we'll need to increase the VM size of our release process, to recompress everything in a reasonable amount of time. r? `@Mark-Simulacrum` | ||||
| 2020-12-29 | bootstrap: add the dist.compression-formats option | Pietro Albini | -1/+15 | |
| The option allows to add or remove compression formats used while producing dist tarballs. | ||||
| 2020-12-28 | Rollup merge of #80434 - pietroalbini:tarball-temp-dir, r=Mark-Simulacrum | Dylan DPC | -1/+1 | |
| bootstrap: put the component name in the tarball temp dir path This should not matter right now, but if we ever parallelize rustbuild this will avoid tarball contents being merged together. r? `@Mark-Simulacrum` | ||||
| 2020-12-28 | bootstrap: put the component name in the tarball temp dir path | Pietro Albini | -1/+1 | |
| This should not matter right now, but if we ever parallelize rustbuild this will avoid tarball contents being merged together. | ||||
| 2020-12-26 | Use package name for top-level directory in bare tarballs | Mark Rousskov | -1/+7 | |
| This fixes a bug introduced by #79788. | ||||
| 2020-12-23 | bootstrap: convert rustc-src to use Tarball | Pietro Albini | -31/+42 | |
| 2020-12-23 | bootstrap: convert rust to use Tarball | Pietro Albini | -25/+60 | |
| 2020-12-23 | bootstrap: convert rust-src to use Tarball | Pietro Albini | -6/+25 | |
| 2020-12-23 | bootstrap: convert rust-analyzer to use Tarball | Pietro Albini | -0/+9 | |
| 2020-12-23 | bootstrap: convert rls to use Tarball | Pietro Albini | -0/+7 | |
| 2020-12-23 | bootstrap: convert rustfmt to use Tarball | Pietro Albini | -0/+9 | |
| 2020-12-23 | bootstrap: convert miri to use Tarball | Pietro Albini | -0/+7 | |
| 2020-12-23 | bootstrap: simplify including licenses and readmes to tarballs | Pietro Albini | -2/+8 | |
| 2020-12-23 | bootstrap: convert clippy to use Tarball | Pietro Albini | -0/+9 | |
| 2020-12-23 | bootstrap: convert cargo to use Tarball | Pietro Albini | -1/+29 | |
| 2020-12-23 | bootstrap: convert rust-std to use Tarball | Pietro Albini | -0/+10 | |
| 2020-12-23 | bootstrap: refactor showing the "dist" info | Pietro Albini | -2/+5 | |
| 2020-12-23 | bootstrap: convert rustc to use Tarball | Pietro Albini | -0/+3 | |
| 2020-12-23 | bootstrap: convert rust-docs to use Tarball | Pietro Albini | -7/+12 | |
| 2020-12-23 | bootstrap: convert llvm-tools to use Tarball | Pietro Albini | -1/+14 | |
| 2020-12-23 | bootstrap: convert build-manifest to use the new Tarball struct | Pietro Albini | -0/+124 | |
