File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ compile: compile-client compile-server compile-csi-proxy-api-gen
22
22
23
23
.PHONY : compile-client
24
24
compile-client :
25
- $(GO_ENV_VARS ) go build ./client /...
25
+ cd client && $(GO_ENV_VARS ) go build ./...
26
26
27
27
.PHONY : compile-server
28
28
compile-server :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ replace (
9
9
// https://github.com/kubernetes/gengo/pull/155#issuecomment-537589085
10
10
// is implemented, and the generic conversion generator merged into code-generator
11
11
// FIXME: switch back to the upstream repo and/or code-generator!
12
- k8s.io/gengo => github.com/wk8/gengo v0.0.0-20191001015530-3d2530bfe606ffd99a90d70ef781861042e23a6f
12
+ k8s.io/gengo => github.com/wk8/gengo v0.0.0-20191007012548-3d2530bfe606
13
13
)
14
14
15
15
require (
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJy
31
31
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
32
32
github.com/wk8/gengo v0.0.0-20191001015530-3d2530bfe606ffd99a90d70ef781861042e23a6f h1:X1xLpnAmbCIKjEbdexqRY7H8H7qQFtZ9dPUvDRXb/V0 =
33
33
github.com/wk8/gengo v0.0.0-20191001015530-3d2530bfe606ffd99a90d70ef781861042e23a6f /go.mod h1:7+jn4yanRF/Ylvd5qyNPUq0VhvOMDhjXrViFtHMcHxI =
34
+ github.com/wk8/gengo v0.0.0-20191007012548-3d2530bfe606 h1:i5JAp+X9ISMaGt0R/9nsiFuNyYN0hXSK9KtphOk/r94 =
35
+ github.com/wk8/gengo v0.0.0-20191007012548-3d2530bfe606 /go.mod h1:7+jn4yanRF/Ylvd5qyNPUq0VhvOMDhjXrViFtHMcHxI =
34
36
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
35
37
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 /go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc =
36
38
golang.org/x/net v0.0.0-20190311183353-d8887717615a h1:oWX7TPOiFAMXLq8o0ikBYfCJVlRHBcsciT5bXOrH628 =
You can’t perform that action at this time.
0 commit comments