mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 17:45:03 +01:00
Update build.sh
This commit is contained in:
parent
6dcff6dccc
commit
389cbffcea
1 changed files with 9 additions and 1 deletions
10
build.sh
10
build.sh
|
|
@ -19,7 +19,15 @@ rm -f bootstrap.toml
|
||||||
--set rust.llvm-bitcode-linker=false \
|
--set rust.llvm-bitcode-linker=false \
|
||||||
--set build.optimized-compiler-builtins=false # necessary to make cross-doc work for all targets
|
--set build.optimized-compiler-builtins=false # necessary to make cross-doc work for all targets
|
||||||
|
|
||||||
targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin)
|
targets=(
|
||||||
|
x86_64-unknown-linux-gnu
|
||||||
|
x86_64-pc-windows-msvc
|
||||||
|
aarch64-apple-darwin
|
||||||
|
wasm32-unknown-unknown
|
||||||
|
wasm32-wasip1
|
||||||
|
aarch64-linux-android
|
||||||
|
aarch64-apple-ios
|
||||||
|
)
|
||||||
|
|
||||||
# bootstrap uses this var to perform CI detection :(
|
# bootstrap uses this var to perform CI detection :(
|
||||||
unset CI
|
unset CI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue