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
This fixes a problem of installing i686 toolchain on an x86_64 host.
Instead, we use the x86_64 toolchain, but add the i686 target and force
all cargo commands to use that target using the `CARGO_BUILD_TARGET`
environment variable.
Fixes: mmtk#1107
0 commit comments