Skip to content
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

Update beta bootstrap compiler #38438

Merged
merged 1 commit into from Dec 19, 2016
Merged

Conversation

alexcrichton
Copy link
Member

The current beta that rustc is bootstrapping from contains a bug in Cargo that
erroneously links to OpenSSL in /usr/local, but this is fixed in the most recent
1.14 beta, so let's use that.

The current beta that rustc is bootstrapping from contains a bug in Cargo that
erroneously links to OpenSSL in /usr/local, but this is fixed in the most recent
1.14 beta, so let's use that.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

r? @brson

This is what's causing failures on Travis on the auto branch.

@rust-highfive rust-highfive assigned brson and unassigned nikomatsakis Dec 17, 2016
@est31
Copy link
Member

est31 commented Dec 17, 2016

I'm wondering, does the new beta incorporate #38393? If not, will the stage0 be updated before the 1.15 will be released?

@brson
Copy link
Contributor

brson commented Dec 18, 2016

@est31 the new beta does include #38393.

@brson
Copy link
Contributor

brson commented Dec 18, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Dec 18, 2016

📌 Commit c3423a6 has been approved by brson

sanxiyn added a commit to sanxiyn/rust that referenced this pull request Dec 19, 2016
Update beta bootstrap compiler

The current beta that rustc is bootstrapping from contains a bug in Cargo that
erroneously links to OpenSSL in /usr/local, but this is fixed in the most recent
1.14 beta, so let's use that.
bors added a commit that referenced this pull request Dec 19, 2016
Rollup of 9 pull requests

- Successful merges: #38334, #38397, #38413, #38421, #38422, #38433, #38438, #38445, #38459
- Failed merges:
@bors bors merged commit c3423a6 into rust-lang:master Dec 19, 2016
@alexcrichton alexcrichton deleted the update-beta branch December 19, 2016 20:45
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 20, 2016
I updated the beta compiler used to bootstrap the master branch in rust-lang#38438 with
the intention of fixing Travis OSX linkage issues but I mistakenly forgot that
the PR only updated rustc, not Cargo itself. Cargo has a new release process
with downloads in a different location, so this commit updates rustbuild to
download from this new location by tracking revisions instead of Cargo nightly
dates.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 20, 2016
rustbuild: Update Cargo download location

I updated the beta compiler used to bootstrap the master branch in rust-lang#38438 with
the intention of fixing Travis OSX linkage issues but I mistakenly forgot that
the PR only updated rustc, not Cargo itself. Cargo has a new release process
with downloads in a different location, so this commit updates rustbuild to
download from this new location by tracking revisions instead of Cargo nightly
dates.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 30, 2016
I updated the beta compiler used to bootstrap the master branch in rust-lang#38438 with
the intention of fixing Travis OSX linkage issues but I mistakenly forgot that
the PR only updated rustc, not Cargo itself. Cargo has a new release process
with downloads in a different location, so this commit updates rustbuild to
download from this new location by tracking revisions instead of Cargo nightly
dates.
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.

None yet

6 participants