buildkite: start testing the network plugin

This commit is contained in:
Andrei Vagin
2024-09-25 19:23:06 -07:00
parent 2d0a6f7865
commit 975bf85ffd
6 changed files with 22 additions and 10 deletions
+4
View File
@@ -200,6 +200,10 @@ runsc: ## Builds the runsc binary.
@$(call build,-c opt //runsc)
.PHONY: runsc
runsc-plugin-stack:
@$(call build,-c opt $(PLUGIN_STACK_FLAGS) //runsc:runsc-plugin-stack)
.PHONY: runsc-plugin-stack
debian: ## Builds the debian packages.
@$(call build,-c opt //debian:debian)
.PHONY: debian