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
Move the bootstrap output dir inside the environment (#7212)
Putting it at out/ causes problems:
1) Our scripts and docs use subdirectories of out/ as the build
root to allow creating multiple output directories with different
configurations. These directories are now nested inside the
bootstrap dir which is likely to cause confusion.
2) Using a single location in and out of docker breaks. The vscode
docker moves the environment to work around these conflicts.
Using a common build directory will cause similar breakage.
3) Cleaning the environment without cleaning out/ results in errors.
This indicates they should be co-located.
0 commit comments