mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 09:13:29 +00:00
build: Don't build the runtime when building shim binary
The `containerd-shim-v2` binary does not need the `kata-runtime` binary to be built first, so remove the dependency. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
c70ba4844f
commit
206ffc66aa
2
Makefile
2
Makefile
@ -447,7 +447,7 @@ $(GENERATED_CONFIG): Makefile VERSION
|
||||
$(TARGET_OUTPUT): $(EXTRA_DEPS) $(SOURCES) $(GENERATED_GO_FILES) $(GENERATED_FILES) Makefile | show-summary
|
||||
$(QUIET_BUILD)(cd $(CLI_DIR) && go build $(BUILDFLAGS) -o $@ .)
|
||||
|
||||
$(SHIMV2_OUTPUT): $(TARGET_OUTPUT)
|
||||
$(SHIMV2_OUTPUT):
|
||||
$(QUIET_BUILD)(cd $(SHIMV2_DIR)/ && go build -i -o $@ .)
|
||||
|
||||
.PHONY: \
|
||||
|
Loading…
Reference in New Issue
Block a user