fix(embedded): Don't auto-discover build.rs files by epage · Pull Request #12283 · rust-lang/cargo (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation9 Commits2 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

@epage

With #12268, we moved the manifest root to be the scripts parent
directory, making it so auto-discovery might pick some things up.

We previously ensured auto* don't pick things up but missed build.rs
This is now addressed.

@epage

@epage

With rust-lang#12268, we moved the manifest root to be the scripts parent directory, making it so auto-discovery might pick some things up.

We previously ensured auto* don't pick things up but missed build.rs This is now addressed.

@rustbot

r? @ehuss

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

@epage epage mentioned this pull request

Jun 17, 2023

39 tasks

weihanglo

@weihanglo

Thanks for the extremely quick fix!!

@bors r+

@bors

📌 Commit f8325ac has been approved by weihanglo

It is now in the queue for this repository.

@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

Jun 17, 2023

@bors

bors added a commit that referenced this pull request

Jun 17, 2023

@bors

fix(embedded): Don't auto-discover build.rs files

With #12268, we moved the manifest root to be the scripts parent directory, making it so auto-discovery might pick some things up.

We previously ensured auto* don't pick things up but missed build.rs This is now addressed.

@epage epage mentioned this pull request

Jun 17, 2023

@epage

Of course the one time I don't run more tests, I get a failure...

@weihanglo

Also my fault. I hadn't thought of that.

Feel free to r=weihanglo if there are more tests need to be fixed 🤪.

@bors r+

@bors

📌 Commit 3f93030 has been approved by weihanglo

It is now in the queue for this repository.

@bors

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 20, 2023

@bors

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.