Skip to content

Commit

Permalink
Completely disable distcheck
Browse files Browse the repository at this point in the history
This is a temporary measure to expedite the 1.3 beta, which besides
a single non-vital test failure on the dist builders have already
been validated.

This will be reverted for the next beta.
  • Loading branch information
brson committed Aug 6, 2015
1 parent 1a8ff69 commit 1430229
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mk/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ endif

dist: $(MAYBE_DIST_TAR_SRC) dist-tar-bins $(MAYBE_DIST_DOCS)

distcheck: $(MAYBE_DISTCHECK_TAR_SRC) distcheck-tar-bins $(MAYBE_DISTCHECK_DOCS)
$(Q)rm -Rf tmp/distcheck
distcheck:
@echo
@echo -----------------------------------------------
@echo "Rust ready for distribution (see ./dist)"
Expand Down

0 comments on commit 1430229

Please sign in to comment.