Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ojeda
Copy link
Contributor

@ojeda ojeda commented Sep 9, 2025

v6.17-rc5 contains the equivalent of the two commits we had here, thus move the Rust for Linux job forward to that so that we don't need the temporary commits anymore.

r? @lqd @Kobzol
try-job: x86_64-rust-for-linux
@rustbot label A-rust-for-linux
@bors try

v6.17-rc5 contains the equivalent of the two commits we had here, thus
move the Rust for Linux job forward to that so that we don't need the
temporary commits anymore.

Signed-off-by: Miguel Ojeda <[email protected]>
@rustbot rustbot added A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. A-rust-for-linux Relevant for the Rust-for-Linux project labels Sep 9, 2025
@ojeda
Copy link
Contributor Author

ojeda commented Sep 9, 2025

Like the last time, this will likely need a:

@bors try

rust-bors bot added a commit that referenced this pull request Sep 9, 2025
CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits

try-job: x86_64-rust-for-linux
@rust-bors

This comment has been minimized.

@Kobzol
Copy link
Member

Kobzol commented Sep 9, 2025

Soon bors will know how to read the PR descriptions comments :) rust-lang/bors#429

@ojeda
Copy link
Contributor Author

ojeda commented Sep 9, 2025

Soon bors will know how to read the PR descriptions comments :) rust-lang/bors#429

Nice!

@lqd
Copy link
Member

lqd commented Sep 9, 2025

nice, goodbye to the temporary commits.

@bors delegate+

@bors
Copy link
Collaborator

bors commented Sep 9, 2025

✌️ @ojeda, you can now approve this pull request!

If @lqd told you to "r=me" after making some further change, please make that change, then do @bors r=@lqd

@rust-log-analyzer
Copy link
Collaborator

The job x86_64-rust-for-linux failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)

For more information how to resolve CI failures of this job, visit this link.

@rust-bors
Copy link

rust-bors bot commented Sep 9, 2025

💔 Test for 6ce5a04 failed: CI. Failed jobs:

@ojeda
Copy link
Contributor Author

ojeda commented Sep 9, 2025

@bors try

rust-bors bot added a commit that referenced this pull request Sep 9, 2025
CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits

try-job: x86_64-rust-for-linux
@rust-bors

This comment has been minimized.

@rust-bors
Copy link

rust-bors bot commented Sep 9, 2025

☀️ Try build successful (CI)
Build commit: 297354a (297354a5b8f5269c774812333f33bdbf481ef038, parent: fefce3cecd63cebf2d7c9aa3dd90a84379fcfa1a)

@lqd
Copy link
Member

lqd commented Sep 9, 2025

@ojeda the git tag was just missing and you fixed that for the second try build, right?

@ojeda
Copy link
Contributor Author

ojeda commented Sep 9, 2025

Yeah, I forgot it is pointing to our repo, not Linus'.

@ojeda
Copy link
Contributor Author

ojeda commented Sep 9, 2025

@bors r=@lqd

@bors
Copy link
Collaborator

bors commented Sep 9, 2025

📌 Commit e3dfcb2 has been approved by lqd

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 Sep 9, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Sep 10, 2025
CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits

v6.17-rc5 contains the equivalent of the two commits we had here, thus move the Rust for Linux job forward to that so that we don't need the temporary commits anymore.

r? `@lqd` `@Kobzol`
try-job: x86_64-rust-for-linux
`@rustbot` label A-rust-for-linux
`@bors` try
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Sep 10, 2025
CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits

v6.17-rc5 contains the equivalent of the two commits we had here, thus move the Rust for Linux job forward to that so that we don't need the temporary commits anymore.

r? ``@lqd`` ``@Kobzol``
try-job: x86_64-rust-for-linux
``@rustbot`` label A-rust-for-linux
``@bors`` try
bors added a commit that referenced this pull request Sep 10, 2025
Rollup of 6 pull requests

Successful merges:

 - #144765 (inclusive `Range`s: change `end` to `last`)
 - #145177 (std: move `thread` into `sys`)
 - #146178 (Implement `#[rustc_align_static(N)]` on `static`s)
 - #146368 (CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits)
 - #146378 (Update wasm-component-ld to 0.5.17)
 - #146391 (Trim paths less in MIR dumping)

r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Sep 10, 2025
Rollup of 5 pull requests

Successful merges:

 - #144765 (inclusive `Range`s: change `end` to `last`)
 - #146178 (Implement `#[rustc_align_static(N)]` on `static`s)
 - #146368 (CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits)
 - #146378 (Update wasm-component-ld to 0.5.17)
 - #146391 (Trim paths less in MIR dumping)

r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Sep 10, 2025
Rollup of 5 pull requests

Successful merges:

 - #144765 (inclusive `Range`s: change `end` to `last`)
 - #146178 (Implement `#[rustc_align_static(N)]` on `static`s)
 - #146368 (CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits)
 - #146378 (Update wasm-component-ld to 0.5.17)
 - #146391 (Trim paths less in MIR dumping)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit f0bf4f3 into rust-lang:master Sep 10, 2025
11 checks passed
@rustbot rustbot added this to the 1.91.0 milestone Sep 10, 2025
rust-timer added a commit that referenced this pull request Sep 10, 2025
Rollup merge of #146368 - ojeda:rfl, r=lqd

CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits

v6.17-rc5 contains the equivalent of the two commits we had here, thus move the Rust for Linux job forward to that so that we don't need the temporary commits anymore.

r? ```@lqd``` ```@Kobzol```
try-job: x86_64-rust-for-linux
```@rustbot``` label A-rust-for-linux
```@bors``` try
@ojeda ojeda deleted the rfl branch September 10, 2025 18:46
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Sep 11, 2025
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#144765 (inclusive `Range`s: change `end` to `last`)
 - rust-lang/rust#146178 (Implement `#[rustc_align_static(N)]` on `static`s)
 - rust-lang/rust#146368 (CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits)
 - rust-lang/rust#146378 (Update wasm-component-ld to 0.5.17)
 - rust-lang/rust#146391 (Trim paths less in MIR dumping)

r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI Area: Our Github Actions CI A-rust-for-linux Relevant for the Rust-for-Linux project A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants