File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ mkdir -p "$WORKING_DIR"
2222
2323cd " $WORKING_DIR "
2424if [ ! -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
2626fi
2727cd " $WORKING_DIR /llvm-project"
2828git reset --hard
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments