Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -eu
# moves -- and this repo's rename proved it does. The published tree is a CMake *install* tree,
# which derives its prefix from its own location; nothing here depends on cache state.
TOOLCHAIN_REPO="ModernMavericks/swift-toolchain"
TOOLCHAIN_REF="6.3.3-mavericks.1" # renovate: github-releases ModernMavericks/swift-toolchain
TOOLCHAIN_REF="6.3.3-mavericks.4" # renovate: github-releases ModernMavericks/swift-toolchain
SWIFT_VERSION="6.3.3" # renovate: swiftlang/swift
SWIFT_SHA="064859e41d68596f486c5d724401cb370f260409" # commit at SWIFT_TAG; Renovate moves it with SWIFT_VERSION
# DERIVED from SWIFT_VERSION, never repeated: a Renovate bump rewrites one line, and a tag left
Expand Down
Loading