diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-02-25 00:00:47 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-02-25 21:28:54 -0800 |
| commit | c08f3824cd82ca2dfc51a0840d0cdea4816080f3 (patch) | |
| tree | 6dead42a494afbb45df0b17a1871796faf28fa20 /src/bootstrap | |
| parent | 1572bf104dbf65d58bd6b889fa46229c9b92d6f9 (diff) | |
| download | rust-c08f3824cd82ca2dfc51a0840d0cdea4816080f3.tar.gz rust-c08f3824cd82ca2dfc51a0840d0cdea4816080f3.zip | |
travis: Make more network requests retryable
This commit attempts to move more network operations to being retryable through various operations. For example git submodule updates, downloading snapshots, etc, are now all in retryable steps. Hopefully this commit can cut down on the number of network failures we've been seeing!
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index 536095503e0..457ac825832 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -71,6 +71,8 @@ install: $(Q)$(BOOTSTRAP) dist --install $(BOOTSTRAP_ARGS) tidy: $(Q)$(BOOTSTRAP) test src/tools/tidy $(BOOTSTRAP_ARGS) +prepare: + $(Q)$(BOOTSTRAP) build nonexistent/path/to/trigger/cargo/metadata check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu: $(Q)$(BOOTSTRAP) test --target arm-linux-androideabi |
