File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -56,23 +56,11 @@ jobs:
5656 tar xzf rustc-${VERSION}-src.tar.xz
5757 echo "path=$(realpath rustc-${VERSION}-src)" >> $GITHUB_OUTPUT
5858
59- - name : Download LLVM compiler-rt
60- id : compiler-rt
61- env :
62- GH_TOKEN : ${{ github.token }}
63- run : |
64- tag=$(gh release list -R llvm/llvm-project --exclude-pre-releases --exclude-drafts -L 1 --json tagName -q '.[0].tagName')
65- gh release download ${tag} --pattern "compiler-rt*.tar.xz" -R llvm/llvm-project
66- mkdir compiler-rt
67- tar xJf compiler-rt*.tar.xz --strip-components=1 -C compiler-rt
68- echo "path=$(realpath compiler-rt)" >> $GITHUB_OUTPUT
69-
7059 - name : Build rust std (iOS)
7160 env :
7261 # Allow using unstable cargo features in the standard library.
7362 RUSTC_BOOTSTRAP : 1
7463 # This is required by compiler-builtins
75- RUST_COMPILER_RT_ROOT : ${{ steps.compiler-rt.outputs.path }}
7664 RUSTC_SRC : ${{ steps.rust-src.outputs.path }}
7765 RUSTFLAGS : " -C panic=abort -C opt-level=z -C llvm-args=--inline-threshold=225 -C codegen-units=1"
7866 IPHONEOS_DEPLOYMENT_TARGET : " 14.0"
8876 - name : Build rust std (Android)
8977 env :
9078 RUSTC_BOOTSTRAP : 1
91- RUST_COMPILER_RT_ROOT : ${{ steps.compiler-rt.outputs.path }}
9279 RUSTC_SRC : ${{ steps.rust-src.outputs.path }}
9380 RUSTFLAGS : " -C panic=abort -C opt-level=z -C llvm-args=--inline-threshold=225 -C codegen-units=1"
9481 run : |
You can’t perform that action at this time.
0 commit comments