Skip to content

Commit

Permalink
globald for make build
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 8, 2024
1 parent 062cb12 commit 55247e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN set -eux; \
COPY . /code

# force it to use static lib (from above) not standard libgo_cosmwasm.so file
# then log output of file /code/bin/globalfee
# then log output of file /code/bin/globald
# then ensure static linking
RUN LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true make build \
&& file /code/build/globald \
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ ifeq ($(OS),Windows_NT)
$(error demo server not supported)
exit 1
else
go build -mod=readonly $(BUILD_FLAGS) -o $(BUILD_DIR)/globalfee ./cmd/globald
go build -mod=readonly $(BUILD_FLAGS) -o $(BUILD_DIR)/globald ./cmd/globald
endif

build-vendored:
go build -mod=vendor $(BUILD_FLAGS) -o $(BUILD_DIR)/globalfee ./cmd/globald
go build -mod=vendor $(BUILD_FLAGS) -o $(BUILD_DIR)/globald ./cmd/globald

.PHONY: all build build-linux install init lint build-vendored

Expand Down

0 comments on commit 55247e3

Please sign in to comment.