cli icon indicating copy to clipboard operation
cli copied to clipboard

feat: add support for Ledger in build

Open fadeev opened this issue 4 years ago • 3 comments

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

fadeev avatar Apr 30 '21 07:04 fadeev

In general, is there a way to provide custom arguments to the build process?

alexanderbez avatar Dec 18 '21 15:12 alexanderbez

@alexanderbez not as of yet, unfortunately 😬

fadeev avatar Dec 18 '21 17:12 fadeev

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...

njmurarka avatar Sep 28 '22 00:09 njmurarka