mirror of
https://github.com/apple/container.git
synced 2026-09-10 17:55:38 +00:00
Print the Swift version before building (#286)
With the changes in this PR, we'll print the Swift version before building. This mirrors a similar change in container, introduced in https://github.com/apple/container/pull/550.
This commit is contained in:
@@ -44,6 +44,7 @@ release: all
|
||||
.PHONY: containerization
|
||||
containerization:
|
||||
@echo Building containerization binaries...
|
||||
@$(SWIFT) --version
|
||||
@$(SWIFT) build -c $(BUILD_CONFIGURATION) $(SWIFT_CONFIGURATION)
|
||||
|
||||
@echo Copying containerization binaries...
|
||||
|
||||
@@ -38,6 +38,7 @@ all:
|
||||
@mkdir -p ./bin/
|
||||
@rm -f ./bin/vminitd
|
||||
@rm -f ./bin/vmexec
|
||||
@swift --version
|
||||
@swift build -c $(BUILD_CONFIGURATION) $(SWIFT_CONFIGURATION)
|
||||
@install "$(VMINITD_BIN_PATH)/vminitd" ./bin/
|
||||
@install "$(VMINITD_BIN_PATH)/vmexec" ./bin/
|
||||
|
||||
Reference in New Issue
Block a user