Build peach-config and refactor build scripts to share code #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "build-peach-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR includes:
Its a bit strange having three build scripts that all work a little differently,
but I guess that's also just what you get when we have packages written in three different languages (rust, python, go).
For simplicity, I've also made the script build_packages.py, which runs the python and rust build scripts. Notably, it does not run build_peach_go_sbot.py as that requires manually updating of the version number and can be run separately.
Great - this is fantastic. The use of Python modules makes everything neat and easy to follow.