Skip to content

Commit e274a79

Browse files
authored
Pin Swift 6.2 version and Linux SDK (#178)
Until 6.2 officially releases lets pin to a static version of the 6.2 snapshots. The Linux SDK and swift version must be aligned so this should be less fickle than using `6.2-snapshot` as this is a friendly identifier to choose the latest uploaded snapshot.
1 parent 538ea78 commit e274a79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2-snapshot
1+
6.2-snapshot-2025-06-25

vminitd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
BUILD_CONFIGURATION := debug
1616
SWIFT_CONFIGURATION := --swift-sdk aarch64-swift-linux-musl
1717

18-
SWIFT_VERSION = 6.2-snapshot
19-
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
18+
SWIFT_VERSION = 6.2-snapshot-2025-06-25
19+
SWIFT_SDK_URL = https://download.swift.org/swift-6.2-branch/static-sdk/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-25-a/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-25-a_static-linux-0.0.1.artifactbundle.tar.gz
2020
SWIFT_SDK_PATH = /tmp/$(notdir $(SWIFT_SDK_URL))
2121

2222
SWIFTLY_URL := https://download.swift.org/swiftly/darwin/swiftly.pkg

0 commit comments

Comments
 (0)