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
I am attempting to use a system install of rust (from binary form) as the stage0 of a local rust build. I need to do this because stage0 snapshots are not available for my architecture. When I do this using --enable-local-rust, the stage1 and stage2 rustc binaries end up being linked with system shared libraries, e.g. the original stage0 snapshot binaries. This causes them not to work due to missing symbols.
The text was updated successfully, but these errors were encountered:
I am attempting to use a system install of rust (from binary form) as the stage0 of a local rust build. I need to do this because stage0 snapshots are not available for my architecture. When I do this using --enable-local-rust, the stage1 and stage2 rustc binaries end up being linked with system shared libraries, e.g. the original stage0 snapshot binaries. This causes them not to work due to missing symbols.
The text was updated successfully, but these errors were encountered: