Skip to content

Commit d2e6dcd

Browse files
committed
Update to nightly-2019-12-16
1 parent 22d33bf commit d2e6dcd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

config.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# 1. Select the best branch from https://github.com/apple/swift-llvm
22

33
# $ xcrun -sdk iphoneos swiftc --version
4-
# Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5)
5-
# Target: x86_64-apple-darwin18.7.0
4+
# Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7)
5+
# Target: x86_64-apple-darwin19.0.0
66

7-
# So this branch seems a likely candidate
8-
SWIFT_BRANCH="swift-5.0-branch"
7+
# There is a branch called "stable" which looks promising
8+
# At this time (running Xcode 11.3) it's a couple of months newer than the 5.1 branch
9+
SWIFT_BRANCH="stable"
910

1011
# 2. Pick/install a working Rust nightly (ideally one where RLS and clippy built)
1112
# 3. Note its date
12-
RUST_NIGHTLY="2019-09-05"
13+
RUST_NIGHTLY="2019-12-16"
1314

1415
# 4. Get its commit - this is what we will check out to build the iOS version
1516
# rustc --version | cut -d '(' -f2 | cut -d ' ' -f1
16-
RUST_COMMIT="c6e9c76c5"
17+
RUST_COMMIT="a605441e0"

0 commit comments

Comments
 (0)