Commit ff1e8d4
committed
Really stop recompressing to-be-pruned artifacts
This was added as a temporary measure in a226029 because otherwise
build-manifest failed to read version information, which resulted in the
packages getting dropped. As of the mentioned PR (rust-lang/rust#110436)
this is no longer an issue, and that PR has long reached all branches.
Empirically, we see in build metrics that nightly releases take around
1h50m, while beta and stable releases take above 3 hours. This is
largely explained by extra recompression done in beta/stable releases
today of files that subsequently are deleted in `prune_unused_files`.
This also avoids having different code paths on different channels,
which seems like a good win no matter what.1 parent 79ac8d9 commit ff1e8d4
1 file changed
+1
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | 183 | | |
193 | 184 | | |
194 | 185 | | |
| |||
208 | 199 | | |
209 | 200 | | |
210 | 201 | | |
211 | | - | |
212 | | - | |
213 | | - | |
| 202 | + | |
214 | 203 | | |
215 | 204 | | |
216 | 205 | | |
| |||
0 commit comments