Skip to content

Commit 89a7c57

Browse files
committed
Update from Rust 1.46 to nightly-2021-01-25
1 parent 50b0403 commit 89a7c57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ git checkout "$RUST_BRANCH"
4848
cd ..
4949
mkdir -p rust-build
5050
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
5252
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

config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
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

0 commit comments

Comments
 (0)