From ee4fe20a01f4e3da2f38cc4eb5db637d992bb41d Mon Sep 17 00:00:00 2001 From: Steve Miskovetz Date: Fri, 23 Aug 2024 09:51:43 -0600 Subject: [PATCH] remove generate binary from build as it was removed from thornode repo --- chains.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chains.yaml b/chains.yaml index 60ad4c8..ec82552 100644 --- a/chains.yaml +++ b/chains.yaml @@ -1251,11 +1251,10 @@ VERSION=$(cat version) if [ -z "$TAG" ]; then TAG=mocknet; fi ldflags="-X gitlab.com/thorchain/thornode/constants.Version=${VERSION} -X gitlab.com/thorchain/thornode/constants.GitCommit=${COMMIT} -X github.com/cosmos/cosmos-sdk/version.Name=THORChain -X github.com/cosmos/cosmos-sdk/version.AppName=thornode -X github.com/cosmos/cosmos-sdk/version.Version=${VERSION} -X github.com/cosmos/cosmos-sdk/version.Commit=${COMMIT} -X github.com/cosmos/cosmos-sdk/version.BuildTags=${TAG} -buildid=" - go install -tags=$TAG -ldflags="${ldflags} $LDFLAGS" ./cmd/thornode ./cmd/bifrost ./tools/generate + go install -tags=$TAG -ldflags="${ldflags} $LDFLAGS" ./cmd/thornode ./cmd/bifrost binaries: - /go/bin/thornode - /go/bin/bifrost - - /go/bin/generate pre-build: | apk --no-cache add findutils protoc && \ rm -rf /var/cache/apk/*