Skip to content

Commit 32c65a3

Browse files
committed
UPSTREAM: <carry>: allow building and testing fork kubernetes
1 parent 42351b7 commit 32c65a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/root/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,3 +603,11 @@ else
603603
bazel-release:
604604
bazel build //build/release-tars
605605
endif
606+
607+
.PHONY: fork-build
608+
fork-build: generated_files
609+
GOFLAGS="-tags kubernetes" hack/make-rules/build.sh $(WHAT)
610+
611+
.PHONY: fork-test
612+
fork-test: generated_files
613+
GOFLAGS="-tags kubernetes" hack/make-rules/test.sh $(WHAT) $(TESTS)

0 commit comments

Comments
 (0)