aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-07-06 02:32:49 +0200
committerDario Nieuwenhuis <[email protected]>2023-07-06 02:32:49 +0200
commit47305c2bf24c05b4956d9491478dfa53df09c47f (patch)
tree96efcd6b1d52a6d12dbf36ee9cb8aaf801959ccf
parentc421b7f5f0616e113c88d3e241de445f1e714f09 (diff)
ci: build doc with 4 threads instead of 6, to avoid running out of disk space.
-rwxr-xr-x.github/ci/doc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh
index e4d83e4bc..9e9c78a42 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -6,7 +6,7 @@ set -euo pipefail
6export RUSTUP_HOME=/ci/cache/rustup 6export RUSTUP_HOME=/ci/cache/rustup
7export CARGO_HOME=/ci/cache/cargo 7export CARGO_HOME=/ci/cache/cargo
8export CARGO_TARGET_DIR=/ci/cache/target 8export CARGO_TARGET_DIR=/ci/cache/target
9export BUILDER_THREADS=6 9export BUILDER_THREADS=4
10export BUILDER_COMPRESS=true 10export BUILDER_COMPRESS=true
11 11
12# force rustup to download the toolchain before starting building. 12# force rustup to download the toolchain before starting building.