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

Bump compiler cc #134869

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Bump compiler cc #134869

merged 1 commit into from
Dec 29, 2024

Conversation

clubby789
Copy link
Contributor

@clubby789 clubby789 commented Dec 29, 2024

Fixes #134657
Pulls in rust-lang/cc-rs#1330

try-job: x86_64-msvc

@rustbot
Copy link
Collaborator

rustbot commented Dec 29, 2024

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@clubby789
Copy link
Contributor Author

@bors try

@rustbot
Copy link
Collaborator

rustbot commented Dec 29, 2024

These commits modify the Cargo.lock file. Unintentional changes to Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Dec 29, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 29, 2024
@bors
Copy link
Contributor

bors commented Dec 29, 2024

⌛ Trying commit 8c8fed7 with merge 7805c92...

@bors
Copy link
Contributor

bors commented Dec 29, 2024

☀️ Try build successful - checks-actions
Build commit: 7805c92 (7805c9291ba3f9f684bec1de4e7f27ce1d0961db)

@clubby789
Copy link
Contributor Author

I don't see the warning in the log 🙂 cc @jieyouxu does this resolve it for you on your system?

@jieyouxu jieyouxu assigned jieyouxu and unassigned Mark-Simulacrum Dec 29, 2024
@jieyouxu
Copy link
Member

@clubby789 I can confirm that I no longer observe the warning on x86_64-pc-windows-msvc natively, thanks!

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Dec 29, 2024

📌 Commit 8c8fed7 has been approved by jieyouxu

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 Dec 29, 2024
@jieyouxu
Copy link
Member

jieyouxu commented Dec 29, 2024

BTW you mean pulling in the fix rust-lang/cc-rs#1330 instead of pulling in the issue right?

@jieyouxu
Copy link
Member

(rollup=always is fine because the only change was the inherit flag fix)

@clubby789
Copy link
Contributor Author

Indeed - fixed, thanks

Zalathar added a commit to Zalathar/rust that referenced this pull request Dec 29, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 29, 2024
Rollup of 5 pull requests

Successful merges:

 - rust-lang#134799 (nits: Cleanups in `librustdoc::clean`)
 - rust-lang#134851 (docs: inline `alloc::ffi::c_str` types to `alloc::ffi`)
 - rust-lang#134869 (Bump compiler cc)
 - rust-lang#134876 (bootstrap: Consolidate the macros for declaring compiletest test suites)
 - rust-lang#134883 (bootstrap: Fix `./x check bootstrap` by moving `shared_helpers::tests`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit ea2851b into rust-lang:master Dec 29, 2024
7 checks passed
@rustbot rustbot added this to the 1.85.0 milestone Dec 29, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Dec 29, 2024
Rollup merge of rust-lang#134869 - clubby789:cc-bump, r=jieyouxu

Bump compiler cc

Fixes rust-lang#134657
Pulls in rust-lang/cc-rs#1330

try-job: x86_64-msvc
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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

x86_64 msvc: warning: [email protected]: Inherited flag "/Oy-" is not supported by the currently used CC
5 participants