Skip to content

Commit

Permalink
remove -i from go-run script
Browse files Browse the repository at this point in the history
more info:
golang/go#27285

Signed-off-by: Andrew Seigner <[email protected]>
  • Loading branch information
siggy committed Jul 25, 2019
1 parent 39b258a commit 7170aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/go-run
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ if [ "$#" -eq 0 ]; then
fi

ldflags="-X github.com/linkerd/linkerd2/pkg/version.Version=$($bindir/root-tag)"
GO111MODULE=on go build -v -mod=readonly -i -race -o .gorun -ldflags "$ldflags" "./$1"
GO111MODULE=on go build -v -mod=readonly -race -o .gorun -ldflags "$ldflags" "./$1"
shift
exec ./.gorun "$@"

0 comments on commit 7170aa3

Please sign in to comment.