I686-msvc: drop host tools#159032
Conversation
|
Warning If you are changing how CI LLVM is built or linked, make sure to bump cc @jieyouxu |
|
r? @jdno rustbot has assigned @jdno. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
@bors delegate try |
|
✌️ @Fulgen301, you can now perform try builds on this pull request! You can now post |
|
@bors delegate try |
|
✌️ @Fulgen301, you can now perform try builds on this pull request! You can now post |
|
@bors try jobs=i686-msvc |
This comment has been minimized.
This comment has been minimized.
I686-msvc: drop host tools try-job: i686-msvc
|
💔 Test for 7b9aa79 failed: CI. Failed job:
|
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
you need to do |
|
Oh, thanks. @bors try jobs=i686-msvc* |
This comment has been minimized.
This comment has been minimized.
I686-msvc: drop host tools try-job: i686-msvc*
|
Unknown command "try". Run |
|
@bors try jobs=dist-i686-msvc |
This comment has been minimized.
This comment has been minimized.
I686-msvc: drop host tools try-job: dist-i686-msvc
…target, r=jieyouxu Look for the cdb architecture that corresponds to the target triple instead of the build triple Debugging other architectures with the build target CDB is neither a common nor a good user experience - for example, when targeting i686 from a x86_64 build target, you get all the internal WOW64 events, which also break debuginfo tests. (See rust-lang#159032) Use the cdb.exe that corresponds to the target's architecture instead.
…target, r=jieyouxu Look for the cdb architecture that corresponds to the target triple instead of the build triple Debugging other architectures with the build target CDB is neither a common nor a good user experience - for example, when targeting i686 from a x86_64 build target, you get all the internal WOW64 events, which also break debuginfo tests. (See rust-lang#159032) Use the cdb.exe that corresponds to the target's architecture instead.
|
☔ The latest upstream changes (presumably #159142) made this pull request unmergeable. Please resolve the merge conflicts by rebasing. |
Rollup merge of #159060 - Fulgen301:bootstrap-cdb-discovery-target, r=jieyouxu Look for the cdb architecture that corresponds to the target triple instead of the build triple Debugging other architectures with the build target CDB is neither a common nor a good user experience - for example, when targeting i686 from a x86_64 build target, you get all the internal WOW64 events, which also break debuginfo tests. (See #159032) Use the cdb.exe that corresponds to the target's architecture instead.
No description provided.