Skip to content

Commit

Permalink
Auto merge of #38367 - alexcrichton:fix-nightiles, r=brson
Browse files Browse the repository at this point in the history
rustbuild: Run `dist` on a `distcheck`

This is what the nightly bots expect, so let's be sure to do that.
  • Loading branch information
bors committed Dec 14, 2016
2 parents b197e4a + c7f4cdc commit 0d558d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/mk/Makefile.in
Expand Up @@ -56,7 +56,8 @@ check-cargotest:
dist:
$(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
distcheck:
$(Q)$(BOOTSTRAP) test distcheck
$(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
$(Q)$(BOOTSTRAP) test distcheck $(BOOTSTRAP_ARGS)
install:
$(Q)$(BOOTSTRAP) dist --install $(BOOTSTRAP_ARGS)
tidy:
Expand Down

0 comments on commit 0d558d0

Please sign in to comment.