mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
## Summary Re-add the static build feature option to bundle postgres dependency into the binary. It simplify the installation because now to run the node the operator doesn't need to have postgres dependencies installed on its system. ## What changed ? * Added a `static` feature that can be activated to add the extra dependencies during the build. * A task that run every time a dependency has been modified so we can make sure the build with the feature is still working correctly. (we are assuming simple change in the code won't have an impact on it because postgres is being used in diesel which is not a direct dependecy to datahaven). |
||
|---|---|---|
| .. | ||
| build-runtime-srtool.sh | ||
| docker-entrypoint.sh | ||
| docker-healthcheck.sh | ||
| docker-prepare.sh | ||
| run-benchmarks.sh | ||
| sort-cargo-deps.sh | ||
| test_message_encoding.sh | ||
| verify-licenses.sh | ||