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
Since libdragon tools will be compiled as part of the local libdragon copy, there must be a way to exec them without having to reinstall them every time the container is lost. Possibly launching them from the build directory or something like that.
This is possible using docker volumes but might require a mechanism to detect if the tools were changed or not. Ideally we want this to be handles by libdragon Makefiles but they are not ready yet. Using build.sh will re-build them regardless.
The text was updated successfully, but these errors were encountered:
This is possible using docker volumes but might require a mechanism to detect if the tools were changed or not. Ideally we want this to be handles by libdragon
Makefile
s but they are not ready yet. Usingbuild.sh
will re-build them regardless.The text was updated successfully, but these errors were encountered: