cli
cli copied to clipboard
feat: add support for Ledger in build
Perhaps, in config.yml we can have:
build:
ledger: false # with a default value of `true`
https://github.com/cosmos/gaia/blob/09f9d8d65b153d1912e8d2a2fecc20aac8e905f4/Makefile#L27-L49
In general, is there a way to provide custom arguments to the build process?
@alexanderbez not as of yet, unfortunately 😬
Has there been any resolution to this? Like how do we turn ledger on, for the ignite cli?
I believe it comes down to the ability specify build tags, so that something like the following can occur when "ignite chain build" is run:
go build -tags=ledger...