File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 1. Select the best branch, tag or commit hash from https://github.com/apple/llvm-project
22# The recommended approach is to use the tagged release that matches the Swift version
3- # returned by the command below (at this time running Xcode Version 11.3.1 (11C504))
3+ # returned by the command below:
44# $ xcrun -sdk iphoneos swiftc --version
5- # Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
6- # Target: x86_64-apple-darwin19.3.0
75
86LLVM_BRANCH=" tags/swift-5.3-RELEASE"
97
@@ -12,7 +10,7 @@ LLVM_BRANCH="tags/swift-5.3-RELEASE"
1210RUST_BRANCH=" tags/1.46.0"
1311
1412# 3. Select a name for the toolchain you want to install as. The toolchain will be installed
15- # under $HOME/.rust-ios-arm64/toolchain -$RUST_TOOLCHAIN
13+ # under $HOME/.rustup/toolchains/rust -$RUST_TOOLCHAIN
1614
1715RUST_TOOLCHAIN=" ios-arm64-1.46.0"
1816
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source config.sh
55# The built toolchain that we are going to package
66WORKING_DIR=" $( pwd) /build"
77
8- # The directory which will added to the final zip file
8+ # The directory which will be added to the final zip file
99DEST=" $( pwd) /dist/rust-${RUST_TOOLCHAIN} "
1010
1111# The actual toolchain inside that, which will be installed to ~/.rustup/...
You can’t perform that action at this time.
0 commit comments