From 910992e4d808c4998387fd6d13b162c6ab4e1afb Mon Sep 17 00:00:00 2001 From: Dmitry Kovba Date: Tue, 24 Jun 2025 12:44:42 -0700 Subject: [PATCH] Update Static Linux SDK to the latest version (#162) Currently, when a user runs `make cross-prep`, we install the latest version of Swift. This requires installing the latest version of Static Linux SDK, which we should update as a new version is released. --- vminitd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vminitd/Makefile b/vminitd/Makefile index 256cec58..17eb33ee 100644 --- a/vminitd/Makefile +++ b/vminitd/Makefile @@ -16,7 +16,7 @@ BUILD_CONFIGURATION := debug SWIFT_CONFIGURATION := --swift-sdk aarch64-swift-linux-musl SWIFT_VERSION = 6.2-snapshot -SWIFT_SDK_URL = https://download.swift.org/swift-6.2-branch/static-sdk/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-12-a/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-12-a_static-linux-0.0.1.artifactbundle.tar.gz +SWIFT_SDK_URL = https://download.swift.org/swift-6.2-branch/static-sdk/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-17-a/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-17-a_static-linux-0.0.1.artifactbundle.tar.gz SWIFT_SDK_PATH = /tmp/$(notdir $(SWIFT_SDK_URL)) SWIFTLY_URL := https://download.swift.org/swiftly/darwin/swiftly.pkg