Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Revert "Run go generate every time we build"
Browse files Browse the repository at this point in the history
This reverts commit ee6fe99.

The CI doesn't like it. We will need to run go generate under sudo I
think.
  • Loading branch information
krnowak committed May 11, 2020
1 parent ee6fe99 commit 79c4ec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ tools/golangci-lint: tools/go.mod tools/go.sum

bin-traceloop: tools/golangci-lint
@echo "Building version $(VERSION)"
PATH="$(abspath ./tools):$${PATH}" go generate ./...
GO111MODULE=on go build \
-ldflags $(VERSIONLDFLAGS) \
-o traceloop traceloop.go
Expand Down

0 comments on commit 79c4ec9

Please sign in to comment.