mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 09:35:01 +01:00
fix build
This commit is contained in:
parent
9edbb3fd7d
commit
b3e14df470
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
|
@ -17,9 +17,10 @@ rm -f bootstrap.toml
|
|||
--set llvm.download-ci-llvm=true \
|
||||
--set rust.llvm-tools=false \
|
||||
--set rust.llvm-bitcode-linker=false \
|
||||
--set build.warnings=false \
|
||||
--set build.optimized-compiler-builtins=false # necessary to make cross-doc work for all targets
|
||||
|
||||
echo "build.warnings = false" >> config.toml
|
||||
|
||||
targets=(
|
||||
x86_64-unknown-linux-gnu
|
||||
x86_64-pc-windows-msvc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue