Print $RUNTIME_ARGS when configuring runsc runtime.

Helps with seeing what is actually being installed.

PiperOrigin-RevId: 526727666
This commit is contained in:
Ayush Ranjan
2023-04-24 12:49:56 -07:00
committed by gVisor bot
parent 779cd96de5
commit 2d4ddd93ce
+1 -1
View File
@@ -136,7 +136,7 @@ endif
# Configure helpers for below.
configure_noreload = \
$(call header,CONFIGURE $(1)$(RUNTIME_BIN) $(2)); \
$(call header,CONFIGURE $(1)$(RUNTIME_BIN) $(RUNTIME_ARGS) $(2)); \
sudo $(RUNTIME_BIN) install --experimental=true --runtime="$(1)" -- $(RUNTIME_ARGS) --debug-log "$(RUNTIME_LOGS)" $(2) && \
sudo rm -rf "$(RUNTIME_LOG_DIR)" && mkdir -p "$(RUNTIME_LOG_DIR)"