Skip to content

rustbuild: Ship libsynchronization - #49125

Merged
bors merged 1 commit into
rust-lang:masterfrom
NovemberZulu:master
Mar 20, 2018
Merged

rustbuild: Ship libsynchronization#49125
bors merged 1 commit into
rust-lang:masterfrom
NovemberZulu:master

Conversation

@NovemberZulu

Copy link
Copy Markdown
Contributor

Hot on the heels of #49044 comes similar issue with libsynchronization. Discovered while building clippy:

<skipped>
Compiling serde_derive v1.0.33
error: linking with `gcc` failed: exit code: 1
<skipped>
= note: ld: cannot find -lsynchronization

r? @nikomatsakis

Ship libsynchronization from MinGW
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 18, 2018
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@bors

bors commented Mar 18, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 1e73c1d has been approved by alexcrichton

@borsbors 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 Mar 18, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Mar 19, 2018
rustbuild: Ship libsynchronization
Hot on the heels of rust-lang#49044 comes similar issue with libsynchronization. Discovered while building clippy:
```
<skipped>
Compiling serde_derive v1.0.33
error: linking with `gcc` failed: exit code: 1
<skipped>
= note: ld: cannot find -lsynchronization
```
r? @nikomatsakis
@kennytmkennytm mentioned this pull request Mar 19, 2018
bors added a commit that referenced this pull request Mar 20, 2018
@bors
bors merged commit 1e73c1d into rust-lang:masterMar 20, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

5 participants

@NovemberZulu@alexcrichton@bors@nikomatsakis@rust-highfive