Skip to content

Commit f673071

Browse files
Merge pull request #18 from getditto/dhm/nightly-2021-10-05
Bump to 2021-10-05
2 parents 298b138 + 4ae2da3 commit f673071

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mkdir -p "$WORKING_DIR"
2222

2323
cd "$WORKING_DIR"
2424
if [ ! -d "$WORKING_DIR/llvm-project" ]; then
25-
git clone https://github.com/apple/llvm-project.git
25+
git clone --depth 1 --branch "$LLVM_BRANCH" https://github.com/apple/llvm-project.git
2626
fi
2727
cd "$WORKING_DIR/llvm-project"
2828
git reset --hard

config.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
# returned by the command below:
44
# $ xcrun -sdk iphoneos swiftc --version
55

6-
LLVM_BRANCH="tags/swift-5.3.2-RELEASE"
6+
LLVM_BRANCH="swift-5.3.2-RELEASE"
77

88
# 2. Select the best branch, tag or commit hash from https://github.com/rust-lang/rust
99

10-
RUST_BRANCH="a8486b64b" # nightly-2021-02-25
10+
RUST_BRANCH="003d8d3f56848b6f3833340e859b089a09aea36a" # 2021-10-05
1111

1212
# 3. Select a name for the toolchain you want to install as. The toolchain will be installed
1313
# under $HOME/.rustup/toolchains/rust-$RUST_TOOLCHAIN
1414

15-
RUST_TOOLCHAIN="ios-arm64-nightly-2021-02-25"
16-
15+
RUST_TOOLCHAIN="ios-arm64-nightly-2021-10-05"

0 commit comments

Comments
 (0)