Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Chen committed Jun 11, 2020
1 parent 3bb89fb commit 2d5b5ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions mk/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ GOFLAGS += "-asmflags=all='-trimpath=$(GOPATH)'" "-gcflags=all='-trimpath=$(GOPA
GOTFLAGS += "-coverprofile=$(TEST_COVERAGE_OUTPUT).out"
#GOTFLAGS += "-coverprofile=$(TEST_COVERAGE_OUTPUT).out" "-covermode=set"

# Try to make building as reproducible as possible by stripping the go path.
GOFLAGS += "-asmflags=all='-trimpath=$(GOPATH)'" "-gcflags=all='-trimpath=$(GOPATH)'"

ifeq ($(tarball-is),1)
GOFLAGS += -mod=vendor
endif
Expand Down
1 change: 0 additions & 1 deletion test_pkgs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ github.com/TRON-US/go-btfs/thirdparty/assert
github.com/TRON-US/go-btfs/thirdparty/cidv0v1
github.com/TRON-US/go-btfs/thirdparty/dir
github.com/TRON-US/go-btfs/thirdparty/notifier
github.com/TRON-US/go-btfs/thirdparty/pollEndpoint
github.com/TRON-US/go-btfs/thirdparty/unit
github.com/TRON-US/go-btfs/thirdparty/verifbs

0 comments on commit 2d5b5ba

Please sign in to comment.