Skip to content

Fix various distribution build targets to package all target bins #15928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 23, 2014

Conversation

brson
Copy link
Contributor

@brson brson commented Jul 23, 2014

The first commit reverts a similar fix that only solves the make install case. This adds the --enable-dist-host-only flag to configure to preserve the old behavior, which the nightly bots rely on. The bots will need to be updated soon after this lands (or they will ~double in size).

Closes #15711

brson added 3 commits July 22, 2014 17:18
This reverts commit 87334fb.

Conflicts:
	mk/install.mk
This preserves the current behavior of `make dist` where we only
distribute bins for the host architecture. The bots need this.
@alexcrichton
Copy link
Member

Just to confirm, has a smoke test been done to ensure that make dist still works ok? If so, r=me.

@brson
Copy link
Contributor Author

brson commented Jul 23, 2014

Yes.

bors added a commit that referenced this pull request Jul 23, 2014
The first commit reverts a similar fix that only solves the `make install` case. This adds the `--enable-dist-host-only` flag to configure to preserve the old behavior, which the nightly bots rely on. The bots will need to be updated soon after this lands (or they will ~double in size).

Closes #15711
@bors bors closed this Jul 23, 2014
@bors bors merged commit e34e86d into rust-lang:master Jul 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version of 'make dist' that produces cross-compiler snapshots
3 participants