Skip to content

Commit

Permalink
Update quasar bin name to required quasard for v3+ changes (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Aug 29, 2024
1 parent 9fb3901 commit c33ce71
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@

# Noble
- name: noble
github-organization: noble-assets
github-organization: pharr117
github-repo: noble
dockerfile: cosmos
build-target: make install
Expand Down Expand Up @@ -1018,7 +1018,7 @@
dockerfile: cosmos
build-target: make install
binaries:
- /go/bin/quasarnoded
- /go/bin/quasard
build-env:
- BUILD_TAGS=muslc

Expand Down Expand Up @@ -1251,10 +1251,11 @@
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
go install -tags=$TAG -ldflags="${ldflags} $LDFLAGS" ./cmd/thornode ./cmd/bifrost ./tools/generate
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 Expand Up @@ -1316,8 +1317,6 @@
github-repo: xion
dockerfile: cosmos
build-target: make install
pre-build:
apk add --no-cache binutils-gold
binaries:
- /go/bin/xiond
build-env:
Expand All @@ -1332,5 +1331,4 @@
binaries:
- /go/bin/xplad
build-env:
- BUILD_TAGS=muslc

- BUILD_TAGS=muslc

0 comments on commit c33ce71

Please sign in to comment.