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
As of #2865, GN is only used now to build V8 and libdeno - the rest of the build is handled by cargo. Therefore it would be nice to not pollute the root directory with various GN/Ninja related directories, symlinks, and files that most will not need to look at.
Basically the following "git mv" actions need to be made:
As of #2865, GN is only used now to build V8 and libdeno - the rest of the build is handled by cargo. Therefore it would be nice to not pollute the root directory with various GN/Ninja related directories, symlinks, and files that most will not need to look at.
Basically the following "git mv" actions need to be made:
but this will also require adjusting our build scripts and other tooling.
The text was updated successfully, but these errors were encountered: