Skip to content

Commit

Permalink
remove generate binary from build as it was removed from thornode repo (
Browse files Browse the repository at this point in the history
  • Loading branch information
misko9 committed Sep 4, 2024
1 parent ce79227 commit 786fb56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 786fb56

Please sign in to comment.