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
Use host toolchain and explicit target in CI script (#1109)
This fixes a problem of installing i686 toolchain on an x86_64 host when
running "Minimal tests - mmtk-core" on GitHub CI. 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: #1107
0 commit comments