Skip to content

Commit

Permalink
feat: use -trimpath to make builds more easily reproducible. Requires…
Browse files Browse the repository at this point in the history
… go-ipfs >= 0.7.0
  • Loading branch information
aschmahmann committed Sep 4, 2020
1 parent 8abf6da commit a88f62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GOCC ?= go
GOFLAGS ?=

# make reproducable
GOFLAGS += -asmflags=all=-trimpath="$(GOPATH)" -gcflags=all=-trimpath="$(GOPATH)"
GOFLAGS += -trimpath

# If set, override the install location for plugins
IPFS_PATH ?= $(HOME)/.ipfs
Expand Down

0 comments on commit a88f62b

Please sign in to comment.