-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
RPC and Validator operator here that favours building binaries and running on bare metal.
For users like me it would be an improvement to the installation experience to
a. Provide a pre-built binary for major architectures
b. Make the Makefile slightly less opinionated on the make build command
Whilst onboarding I ran make build and ran into dependency issues. I was able to build manually outside of the Makefile.
/usr/bin/ld: cannot find -lwasmvm_muslc.x86_64: No such file or directoryMost cosmos infrastructure operators are used to building their own binaries and make build working out of the box so I think a) and/or b) would be an improvement to onboarding!
p0mvn