ci: build doc with 4 threads instead of 6, to avoid running out of disk space.

This commit is contained in:
Dario Nieuwenhuis 2023-07-06 02:32:49 +02:00
parent c421b7f5f0
commit 47305c2bf2

2
.github/ci/doc.sh vendored
View file

@ -6,7 +6,7 @@ set -euo pipefail
export RUSTUP_HOME=/ci/cache/rustup
export CARGO_HOME=/ci/cache/cargo
export CARGO_TARGET_DIR=/ci/cache/target
export BUILDER_THREADS=6
export BUILDER_THREADS=4
export BUILDER_COMPRESS=true
# force rustup to download the toolchain before starting building.