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"
4848cd ..
4949mkdir -p rust-build
5050cd 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
5252export 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 33# returned by the command below:
44# $ xcrun -sdk iphoneos swiftc --version
55
6- LLVM_BRANCH=" tags/swift-5.3-RELEASE"
6+ LLVM_BRANCH=" tags/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=" tags/1.46.0 "
10+ RUST_BRANCH=" 1d0d76f8dd4f5f6ecbeab575b87edaf1c9f56bb8 " # nightly-2021-01-25
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-1.46.0 "
15+ RUST_TOOLCHAIN=" ios-arm64-nightly-2021-01-25 "
1616
You can’t perform that action at this time.
0 commit comments