File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ all: build
8
8
build : build-extension
9
9
10
10
.PHONY : build-extension
11
- build-extension : fixcodec
12
- $(COMMONENVVAR ) $(BUILDENVVAR ) go build -mod vendor - ldflags ' -w' -o bin/pytorch-operator-extension cmd/main.go
11
+ build-extension :
12
+ $(COMMONENVVAR ) $(BUILDENVVAR ) go build -ldflags ' -w' -o bin/pytorch-operator-extension cmd/main.go
13
13
14
14
.PHONY : fixcodec
15
15
hack/fix-codec-factory.sh
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
k8s.io/code-generator v0.21.2
11
11
k8s.io/klog v1.0.0
12
12
k8s.io/klog/v2 v2.8.0
13
- k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
13
+ k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
14
14
k8s.io/sample-controller v0.21.2
15
15
)
16
16
You can’t perform that action at this time.
0 commit comments