Merge pull request #6840 from helm/revert-6831-morten/reproducible-builds

Revert "[Makefile] Support reproducible builds"
pull/6845/head
Taylor Thomas 5 years ago committed by GitHub
commit de000a455f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ TAGS :=
TESTS := .
TESTFLAGS :=
LDFLAGS := -w -s
GOFLAGS := -trimpath
GOFLAGS :=
SRC := $(shell find . -type f -name '*.go' -print)
# Required for globs to work correctly

Loading…
Cancel
Save