File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ git checkout "$RUST_BRANCH"
48
48
cd ..
49
49
mkdir -p rust-build
50
50
cd rust-build
51
- ../rust/configure --llvm-config=" $WORKING_DIR /llvm-root/bin/llvm-config" --target=aarch64-apple-ios --enable-extended --tools=cargo --release-channel=stable
51
+ ../rust/configure --llvm-config=" $WORKING_DIR /llvm-root/bin/llvm-config" --target=aarch64-apple-ios --enable-extended --tools=cargo --release-channel=nightly
52
52
export CFLAGS_aarch64_apple_ios=-fembed-bitcode
53
- python " $WORKING_DIR /rust/x.py" build
53
+ python " $WORKING_DIR /rust/x.py" build --stage 2
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-RELEASE"
6
+ LLVM_BRANCH=" tags/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=" tags/1.46.0 "
10
+ RUST_BRANCH=" 1d0d76f8dd4f5f6ecbeab575b87edaf1c9f56bb8 " # nightly-2021-01-25
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-1.46.0 "
15
+ RUST_TOOLCHAIN=" ios-arm64-nightly-2021-01-25 "
16
16
You can’t perform that action at this time.
0 commit comments