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

Set binary-dep-depinfo in .cargo/config.toml #8249

Merged
merged 1 commit into from
Jan 9, 2022

Conversation

sourcefrog
Copy link
Contributor

Fixes #8248

According to https://doc.rust-lang.org/cargo/reference/unstable this
seems to be the right place to set it, and it does fix the build for me.

I haven't removed the other rustflags because perhaps it's needed on
different cargo/rust versions?


Please write a short comment explaining your change (or "none" for internal only changes)

changelog: none

Fixes rust-lang#8248

According to https://doc.rust-lang.org/cargo/reference/unstable this
seems to be the right place to set it, and it does fix the build for me.

I haven't removed the other `rustflags` because perhaps it's needed on
different cargo/rust versions?
@rust-highfive
Copy link

r? @Manishearth

(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 8, 2022
@Manishearth
Copy link
Member

@bors r+

huh

@bors
Copy link
Collaborator

bors commented Jan 9, 2022

📌 Commit 3ea5208 has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Jan 9, 2022

⌛ Testing commit 3ea5208 with merge 83a9f68...

@bors
Copy link
Collaborator

bors commented Jan 9, 2022

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: Manishearth
Pushing 83a9f68 to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compile_test fails at head: dependencies not found in depinfo
4 participants