forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pulls in a commit which uses parallel xz encoding which should hopefully help shave some time off the dist builders which spend an inordinate amount of time compressing this data.
- Loading branch information
1 parent
d3e2cec
commit 722cfc4
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rust-installer
updated
10 files
+1 −1 | .travis.yml | |
+2 −1 | Cargo.toml | |
+54 −50 | src/combiner.rs | |
+34 −26 | src/generator.rs | |
+1 −29 | src/lib.rs | |
+20 −23 | src/main.rs | |
+219 −159 | src/remove_dir_all.rs | |
+17 −20 | src/scripter.rs | |
+56 −43 | src/tarballer.rs | |
+48 −43 | src/util.rs |