This commit is contained in:
nora 2025-12-31 14:43:39 +01:00
parent 956f1677bb
commit 21fda36d9c

View file

@ -19,7 +19,7 @@ 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
echo "rust.deny-warnings = true" >> bootstrap.toml echo "[rust] deny-warnings = true" >> bootstrap.toml
targets=( targets=(
x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu