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

Integrate miri into build-manifest #57484

Merged
merged 1 commit into from
Jan 11, 2019
Merged

Conversation

alexcrichton
Copy link
Member

@alexcrichton alexcrichton commented Jan 10, 2019

This fixes a mistake where miri was accidentally left out of the
build-manifest parsing, meaning that today's nightly generated a
manifest with invalid urls!

Fixes #57488.

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 10, 2019
@alexcrichton
Copy link
Member Author

cc @oli-obk and #57086 (just making sure y'all are aware!)

@bors: p=1000

(fixes nightly releases)

@alexcrichton
Copy link
Member Author

r? @Mark-Simulacrum or @kennytm

@@ -297,6 +304,7 @@ impl Builder {
self.llvm_tools_version = self.version("llvm-tools", "x86_64-unknown-linux-gnu");
// lldb is only built for macOS.
self.lldb_version = self.version("lldb", "x86_64-apple-darwin");
self.miri_version = self.version("miri", "x86_64-apple-darwin");
Copy link
Member

@Mark-Simulacrum Mark-Simulacrum Jan 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, this should probably be a Linux triple, not macOS?

Suggested change
self.miri_version = self.version("miri", "x86_64-apple-darwin");
self.miri_version = self.version("miri", "x86_64-unknown-linux-gnu");

@Mark-Simulacrum
Copy link
Member

r=me modulo my comment

@dwijnand
Copy link
Member

Fixes #57488.

@RalfJung
Copy link
Member

@dwijnand thanks, I added that to the OP (GH doesn't seem to recognize it as a magic marker otherwise).

This fixes a mistake where miri was accidentally left out of the
build-manifest parsing, meaning that today's nightly generated a
manifest with invalid urls!
@alexcrichton
Copy link
Member Author

@bors: r=Mark-Simulacru

@bors
Copy link
Contributor

bors commented Jan 10, 2019

📌 Commit dd326f8 has been approved by Mark-Simulacru

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 10, 2019
@bors
Copy link
Contributor

bors commented Jan 10, 2019

⌛ Testing commit dd326f8 with merge e0f385c5b385b48330e8ba84288989dd699a01de...

@bors
Copy link
Contributor

bors commented Jan 10, 2019

💥 Test timed out

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 10, 2019
@alexcrichton
Copy link
Member Author

@bors: retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 10, 2019
@bors
Copy link
Contributor

bors commented Jan 10, 2019

⌛ Testing commit dd326f8 with merge c2d381d...

bors added a commit that referenced this pull request Jan 10, 2019
Integrate miri into build-manifest

This fixes a mistake where miri was accidentally left out of the
build-manifest parsing, meaning that today's nightly generated a
manifest with invalid urls!

Fixes #57488.
@bors
Copy link
Contributor

bors commented Jan 11, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: Mark-Simulacru
Pushing c2d381d to master...

@bors bors merged commit dd326f8 into rust-lang:master Jan 11, 2019
@alexcrichton alexcrichton deleted the fix-nightlies branch March 12, 2019 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't install nightly-2019-01-10
8 participants