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

rustbuild: Pass -j1 to OpenSSL make install #48901

Merged
merged 1 commit into from
Mar 10, 2018

Conversation

alexcrichton
Copy link
Member

We explicitly do this when compiling OpenSSL itself due to weird racy issues in
its build system, and now we've started seeing issues in the make install step
so let's try and see what ratcheting down the parallelism does here...

We explicitly do this when compiling OpenSSL itself due to weird racy issues in
its build system, and now we've started seeing issues in the `make install` step
so let's try and see what ratcheting down the parallelism does here...
@rust-highfive
Copy link
Collaborator

r? @aturon

(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 Mar 10, 2018
@alexcrichton
Copy link
Member Author

r? @Mark-Simulacrum

cc #47574 (comment)

@Mark-Simulacrum
Copy link
Member

Seems viable if unfortunate.

@bors r+ p=5 (hopefully fixes spurious failure)

@bors
Copy link
Contributor

bors commented Mar 10, 2018

📌 Commit 3043723 has been approved by Mark-Simulacrum

@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 Mar 10, 2018
@bors
Copy link
Contributor

bors commented Mar 10, 2018

⌛ Testing commit 3043723 with merge 3edb3cc...

bors added a commit that referenced this pull request Mar 10, 2018
rustbuild: Pass `-j1` to OpenSSL `make install`

We explicitly do this when compiling OpenSSL itself due to weird racy issues in
its build system, and now we've started seeing issues in the `make install` step
so let's try and see what ratcheting down the parallelism does here...
@sfackler
Copy link
Member

OpenSSL 1.1.0's build system is parallel-safe, but 1.0.x's definitely isn't.

@bors
Copy link
Contributor

bors commented Mar 10, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing 3edb3cc to master...

@bors bors merged commit 3043723 into rust-lang:master Mar 10, 2018
@kennytm kennytm mentioned this pull request Mar 10, 2018
@alexcrichton alexcrichton deleted the j1-install branch March 19, 2018 17:53
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.

6 participants