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

Upgrade Rust to build Cargo #2316

Merged
merged 1 commit into from
Jan 25, 2016
Merged

Upgrade Rust to build Cargo #2316

merged 1 commit into from
Jan 25, 2016

Conversation

alexcrichton
Copy link
Member

A few small tweaks to tests were necessary to accomodate rust-lang/rust#29520,
and a few changes were made to the code to account for that as well.

@rust-highfive
Copy link

r? @huonw

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

@alexcrichton
Copy link
Member Author

@bors: r+ 857778d

@bors
Copy link
Collaborator

bors commented Jan 25, 2016

⌛ Testing commit 857778d with merge 5cc34d1...

@bors
Copy link
Collaborator

bors commented Jan 25, 2016

💔 Test failed - cargo-win-msvc-32

@@ -1135,7 +1135,8 @@ test!(build_script_with_dynamic_native_dependency {
"#)
.file("bar/src/lib.rs", r#"
pub fn bar() {
#[link(name = "builder")]
#[cfg_attr(not(target_env = "msvc"), link(name = "builder"))]
#[cfg_attr(target_env = "msvc", link(name = "builder.lib"))]
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be "builder.dll" since the library is builder.dll.lib?

Copy link
Member Author

Choose a reason for hiding this comment

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

I believe so, yes

A few small tweaks to tests were necessary to accomodate rust-lang/rust#29520,
and a few changes were made to the code to account for that as well.
@alexcrichton
Copy link
Member Author

@bors: r+ 3194a23

@bors
Copy link
Collaborator

bors commented Jan 25, 2016

⌛ Testing commit 3194a23 with merge c1a5a47...

bors added a commit that referenced this pull request Jan 25, 2016
A few small tweaks to tests were necessary to accomodate rust-lang/rust#29520,
and a few changes were made to the code to account for that as well.
@bors
Copy link
Collaborator

bors commented Jan 25, 2016

@bors bors merged commit 3194a23 into rust-lang:master Jan 25, 2016
@alexcrichton alexcrichton deleted the update branch January 25, 2016 19:24
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.

5 participants