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
A user wants to build a UEFS package that contains the source code, and then build the engine inside the mounted VHD. While this isn't recommended, the issue they're running into is that the VHD doesn't end up with enough free disk space for the build to actually complete.
We should have a --size-gb parameter which can be used to explicitly override the disk size of the resulting VHD or SparseImage that is created.
The text was updated successfully, but these errors were encountered:
A user wants to build a UEFS package that contains the source code, and then build the engine inside the mounted VHD. While this isn't recommended, the issue they're running into is that the VHD doesn't end up with enough free disk space for the build to actually complete.
We should have a
--size-gb
parameter which can be used to explicitly override the disk size of the resulting VHD or SparseImage that is created.The text was updated successfully, but these errors were encountered: