We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa2149 commit dcd6d7dCopy full SHA for dcd6d7d
Makefile
@@ -8,7 +8,7 @@ BRANCH ?=$(shell git rev-parse --abbrev-ref HEAD)
8
9
PREFIX=$(shell pwd)
10
TOP_DIR=$(shell git rev-parse --show-toplevel)
11
-BIN_DIR=$(shell git rev-parse --show-toplevel)/bin
+BIN_DIR="/tmp/mysql_random_data_load_bin"
12
SRC_DIR=$(shell git rev-parse --show-toplevel)/src/go
13
LDFLAGS="-X main.Version=${VERSION} -X main.Build=${BUILD} -X main.Commit=${COMMIT} -X main.Branch=${BRANCH} -X main.GoVersion=${GOVERSION} -s -w"
14
0 commit comments