Skip to content

Commit c7f4cdc

Browse files
committed
rustbuild: Run dist on a distcheck
This is what the nightly bots expect, so let's be sure to do that.
1 parent 4cda3b6 commit c7f4cdc

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)