Skip to content

Commit 0d558d0

Browse files
committed
Auto merge of #38367 - alexcrichton:fix-nightiles, r=brson
rustbuild: Run `dist` on a `distcheck` This is what the nightly bots expect, so let's be sure to do that.
2 parents b197e4a + c7f4cdc commit 0d558d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/mk/Makefile.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ check-cargotest:
5656
dist:
5757
$(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
5858
distcheck:
59-
$(Q)$(BOOTSTRAP) test distcheck
59+
$(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
60+
$(Q)$(BOOTSTRAP) test distcheck $(BOOTSTRAP_ARGS)
6061
install:
6162
$(Q)$(BOOTSTRAP) dist --install $(BOOTSTRAP_ARGS)
6263
tidy:

0 commit comments

Comments
 (0)