bootstrap: skip StdarchVerify when remote testing is enabled - #161807
Merged
rust-bors[bot] merged 1 commit intoAug 26, 2026
Merged
Conversation
When TEST_DEVICE_ADDR is set for cross-testing, the StdarchVerify step incorrectly attempts to run on the remote target. Since stdarch-verify is a host-only verification tool, skip it when remote testing is enabled. Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Collaborator
|
|
Member
|
Thanks. This is not perfect, because we should probably still run the test even if remote testing is enabled, just don't do the remote testing funsies. But as a hotfix it's fine. @bors r+ rollup |
Contributor
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 26, 2026
…uwer Rollup of 7 pull requests Successful merges: - #161433 (Overhaul `rustc_middle::query`) - #158370 (rewrite never type documentation) - #160354 (update `ambiguous_glob_imported_trait` lint explanation and example.) - #161447 (Construct paramenvs from an iterator) - #161707 (pattern_type: make print format match the current syntax) - #161773 (Update WASI targets to wasi-sdk-34) - #161807 (bootstrap: skip StdarchVerify when remote testing is enabled)
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 26, 2026
Rollup merge of #161807 - DeepeshWR:bootstrap-skip-stdarch-verify-remote, r=Kobzol bootstrap: skip StdarchVerify when remote testing is enabled When TEST_DEVICE_ADDR is set for cross-testing, the StdarchVerify step incorrectly attempts to run on the remote target. Since stdarch-verify is a host-only verification tool, skip it when remote testing is enabled. Fixes : #161800 r? @Kobzol
pull Bot
pushed a commit
to xtqqczze/rust-lang-miri
that referenced
this pull request
Aug 27, 2026
…uwer Rollup of 7 pull requests Successful merges: - rust-lang/rust#161433 (Overhaul `rustc_middle::query`) - rust-lang/rust#158370 (rewrite never type documentation) - rust-lang/rust#160354 (update `ambiguous_glob_imported_trait` lint explanation and example.) - rust-lang/rust#161447 (Construct paramenvs from an iterator) - rust-lang/rust#161707 (pattern_type: make print format match the current syntax) - rust-lang/rust#161773 (Update WASI targets to wasi-sdk-34) - rust-lang/rust#161807 (bootstrap: skip StdarchVerify when remote testing is enabled)
flip1995
pushed a commit
to flip1995/rust-clippy
that referenced
this pull request
Aug 28, 2026
…uwer Rollup of 7 pull requests Successful merges: - rust-lang/rust#161433 (Overhaul `rustc_middle::query`) - rust-lang/rust#158370 (rewrite never type documentation) - rust-lang/rust#160354 (update `ambiguous_glob_imported_trait` lint explanation and example.) - rust-lang/rust#161447 (Construct paramenvs from an iterator) - rust-lang/rust#161707 (pattern_type: make print format match the current syntax) - rust-lang/rust#161773 (Update WASI targets to wasi-sdk-34) - rust-lang/rust#161807 (bootstrap: skip StdarchVerify when remote testing is enabled)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When TEST_DEVICE_ADDR is set for cross-testing, the StdarchVerify step incorrectly attempts to run on the remote target. Since stdarch-verify is a host-only verification tool, skip it when remote testing is enabled.
Fixes : #161800
r? @Kobzol