You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#139242 - jieyouxu:run-make-artifact-names-cross, r=<try>
Fix `run-make-support` artifact name calculations for target on cross-compile
This was implemented incorrectly during the porting process, where we relied on std consts. However, `run-make-support` is a host-only library, which meant that these artifact names were for the *host* and not the *target*.
Helps with rust-lang#138066.
r? `@Kobzol`
`@rustbot` author (needs try-jobs)
try-job: armhf-gnu
try-job: test-various
try-job: `*windows*`
try-job: `*apple*`
0 commit comments