File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -40,19 +40,15 @@ build-cross:
4040 $(call go-build,freebsd,386,${BUILDTAGS})
4141
4242.PHONY : all
43- all : build-amd64 build-386 build-amd64-cni
43+ all : build-amd64 build-386
4444
4545.PHONY : build
46- build : build-amd64 build-386 build-amd64-cni
46+ build : build-amd64 build-386
4747
4848.PHONY : build-amd64
4949build-amd64 :
5050 GOARCH=amd64 $(GO_BUILD ) -tags $(BUILDTAGS ) ./...
5151
52- .PHONY : build-amd64-cni
53- build-amd64-cni :
54- GOARCH=amd64 $(GO_BUILD ) -tags $(BUILDTAGS ) ,cni ./...
55-
5652.PHONY : build-386
5753build-386 :
5854ifneq ($(shell uname -s) , Darwin)
@@ -102,7 +98,6 @@ test: test-unit
10298test-unit : netavark-testplugin
10399 go test --tags seccomp,$(BUILDTAGS ) -v ./...
104100 go test --tags remote,$(BUILDTAGS ) -v ./pkg/config
105- go test --tags cni,$(BUILDTAGS ) -v ./libnetwork/cni
106101
107102clean : # # Clean artifacts
108103 $(MAKE ) -C docs clean
You can’t perform that action at this time.
0 commit comments