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 was thinking about the following cases when I wrote the comment in #109055
Running bootstrap from the source root.
Running from a subdirectory of the source root.
Running from outside the source root.
Running on a different machine from where bootstrap was compiled (which will be important for no python in shell scripts #107812). You can mostly replicate this by renaming the source root so it no longer exists on disk.
Running with --build-dir.
Running with $RUST_BOOTSTRAP_CONFIG set in the environment and build-dir set in the file.
I was thinking about the following cases when I wrote the comment in #109055
--build-dir.$RUST_BOOTSTRAP_CONFIGset in the environment andbuild-dirset in the file.Originally posted by @jyn514 in #109055 (comment)