Skip to content
Open
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
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ set -eu
# 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.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
SWIFT_VERSION="6.4.0" # renovate: swiftlang/swift
SWIFT_SHA="b8189d766d86ad7fc8106787d6ce9e402f38dd72" # 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
# behind would clone a different Swift than SWIFT_SHA names. (swift-toolchain's pins.env learned this
# the same way -- it used to repeat the version four times.)
Expand Down
Loading