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"
22
22
23
23
cd " $WORKING_DIR "
24
24
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
26
26
fi
27
27
cd " $WORKING_DIR /llvm-project"
28
28
git reset --hard
Original file line number Diff line number Diff line change 3
3
# returned by the command below:
4
4
# $ xcrun -sdk iphoneos swiftc --version
5
5
6
- LLVM_BRANCH=" tags/ swift-5.3.2-RELEASE"
6
+ LLVM_BRANCH=" swift-5.3.2-RELEASE"
7
7
8
8
# 2. Select the best branch, tag or commit hash from https://github.com/rust-lang/rust
9
9
10
- RUST_BRANCH=" a8486b64b " # nightly- 2021-02-25
10
+ RUST_BRANCH=" 003d8d3f56848b6f3833340e859b089a09aea36a " # 2021-10-05
11
11
12
12
# 3. Select a name for the toolchain you want to install as. The toolchain will be installed
13
13
# under $HOME/.rustup/toolchains/rust-$RUST_TOOLCHAIN
14
14
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