Open compnerd opened 3 months ago
When building the SDK for x86_64-unknown-windows-msvc, we are building i686-unknown-windows-msvc modules for embedded systems.
We should build the i686 variants only for i686-unknown-windows-msvc variants.
No response
CC: @kubamracek @etcwilde @shahmishal
This currently increases build times in CI as we end up building unnecessary copies of this target.
Motivation
When building the SDK for x86_64-unknown-windows-msvc, we are building i686-unknown-windows-msvc modules for embedded systems.
Proposed solution
We should build the i686 variants only for i686-unknown-windows-msvc variants.
Alternatives considered
No response
Additional information
No response