Skip to content

Commit 74293ea

Browse files
authored
Merge branch 'main' into error-msg
2 parents 5fb0c5f + e274a79 commit 74293ea

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)