Skip to content

Commit

Permalink
make: disable buildvcs
Browse files Browse the repository at this point in the history
  • Loading branch information
scbizu committed Feb 21, 2023
1 parent 11c197c commit 47c1c4d
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
@@ -1,7 +1,7 @@
all:

build:
go build -ldflags "-X main.Commit=$(shell git rev-parse --short HEAD)" -o bin/ezorm
go build -buildvcs=false -ldflags "-X main.Commit=$(shell git rev-parse --short HEAD)" -o bin/ezorm

build-plugin:
go build -o bin/ezorm-gen-hello-driver ./e2e/plugins/hello-driver
Expand Down

0 comments on commit 47c1c4d

Please sign in to comment.