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
Ugh, unfortunately, it seems like any crate that has a forced-target cannot currently be in the workspace's default-members (which are checked/built with a bare cargo check without a -p), since they result in core/alloc not being present when checking the whole workspace. Because we can't solve this using build-std (see rust-lang/cargo#9451 and rust-lang/cargo#8733), it seems like we probably need to remove the x86_64 target from default-members for now...
This should result in it no longer breaking the build on non-x86_64
build host platforms. Unfortunately, it also means we need to remove the
`mnemos-x86_64-core` crate from the workspace's `default-members`. See:
#225 (comment)Fixes#225 (I hope; @jamesmunns, can you check this on your M1 mac?)
This should result in it no longer breaking the build on non-x86_64
build host platforms. Unfortunately, it also means we need to remove the
`mnemos-x86_64-core` crate from the workspace's `default-members`. See:
#225 (comment)Fixes#225
---------
Co-authored-by: James Munns <[email protected]>
Running
just check
orjust clippy
fail on x86_64 due to missing imports and inline asm:The text was updated successfully, but these errors were encountered: