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
Framework dir is set as env!("CARGO_MANIFEST_DIR").
This means is the sui binary is run from a different directory, the framework sources will not be found and sui will not run.
This is blocking efficient containerization efforts because we now have to build the binaries on the container which adds space and time cost.
The text was updated successfully, but these errors were encountered:
Framework dir is set as
env!("CARGO_MANIFEST_DIR")
.This means is the
sui
binary is run from a different directory, the framework sources will not be found andsui
will not run.This is blocking efficient containerization efforts because we now have to build the binaries on the container which adds space and time cost.
The text was updated successfully, but these errors were encountered: