Skip to content

Commit 0b758d7

Browse files
committed
common/Makefile: remove cni
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent d0577ba commit 0b758d7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

common/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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
4949
build-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
5753
build-386:
5854
ifneq ($(shell uname -s), Darwin)
@@ -102,7 +98,6 @@ test: test-unit
10298
test-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

107102
clean: ## Clean artifacts
108103
$(MAKE) -C docs clean

0 commit comments

Comments
 (0)