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
The current setup is optimized for running the relay via Docker, which works well for containerized environments. However, some developers prefer running the relay bare-metal to allow for easier debugging, flexibility, or environments where Docker isn’t available or practical.
Proposed Solutions:
Add a Makefile to handle tasks such as building, testing, and running the relay.
The current setup is optimized for running the relay via Docker, which works well for containerized environments. However, some developers prefer running the relay bare-metal to allow for easier debugging, flexibility, or environments where Docker isn’t available or practical.
Proposed Solutions:
Makefile
to handle tasks such as building, testing, and running the relay.cargo test
,cargo clippy
,cargo doc
can be run seamlessly outside Docker.P.S: There’s already a
./justfile
with potential for more commands to be added. Documenting its usage can further complement the bare-metal setup.Kindly, let me know your thoughts on this.
The text was updated successfully, but these errors were encountered: