Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix: cgo disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
alok committed Oct 4, 2023
1 parent efa7524 commit 44f4392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ LDFLAGS ?= -s -w \
-X github.com/primevprotocol/mev-commit.commitHash="$(COMMIT_HASH)"

.PHONY: build
build: export CGO_ENABLED=0
build: bin
go build -ldflags '$(LDFLAGS)' -o bin/mev-commit ./cmd

Expand Down

0 comments on commit 44f4392

Please sign in to comment.