Skip to content

Conversation

Kobzol
Copy link
Member

@Kobzol Kobzol commented Oct 10, 2025

Another attempt to fix rust-lang/rust#147515.

r? @lqd

Copy link
Member

@lqd lqd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's going to be hard for me to know if this is enough for all cases of but it looks good as-is and should fix the CI issue but we may only be sure when it's tested.

None => get_host_tuple_from_rustc("rustc"),
};
// We only unwrap the host tuple in places where we actually need it, to avoid panicking if it
// is missing, but we don't really need it.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess technically we wouldn't have needed to run the command in the first place, not just avoid checking its result. I guess it only will make 1 rustc call per rustc-perf command so it's not that bad, and we'll most likely actually need that 1 invocation.

@lqd lqd merged commit c0301bc into rust-lang:master Oct 10, 2025
11 checks passed
@Kobzol Kobzol deleted the host-tuple-dynamic branch October 10, 2025 13:42
@lqd
Copy link
Member

lqd commented Oct 10, 2025

oops I didn't catch the "fix rust-lang/rust#147515" in the OP that would cause github to close the PR ...

dianqk added a commit to dianqk/rust that referenced this pull request Oct 10, 2025
…ethercote

Update rustc-perf submodule

To bring in rust-lang/rustc-perf#2274, rust-lang/rustc-perf#2275 and rust-lang/rustc-perf#2276.

r? `@nnethercote`

try-job: dist-x86_64-linux
try-job: dist-x86_64-msvc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants