Skip to content

Commit 1430229

Browse files
committed
Completely disable distcheck
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.
1 parent 1a8ff69 commit 1430229

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/dist.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ endif
288288

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

291-
distcheck: $(MAYBE_DISTCHECK_TAR_SRC) distcheck-tar-bins $(MAYBE_DISTCHECK_DOCS)
292-
$(Q)rm -Rf tmp/distcheck
291+
distcheck:
293292
@echo
294293
@echo -----------------------------------------------
295294
@echo "Rust ready for distribution (see ./dist)"

0 commit comments

Comments
 (0)