bootstrap: allow setting --jobs in config.toml

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-10-17 22:58:45 +08:00
parent e92993dbb4
commit 65458aed68
5 changed files with 73 additions and 3 deletions

View file

@ -414,6 +414,11 @@
# Specify the location of the Android NDK. Used when targeting Android.
#android-ndk = "/path/to/android-ndk-r26d"
# Number of parallel jobs to be used for building and testing. If set to `0` or
# omitted, it will be automatically determined. This is the `-j`/`--jobs` flag
# passed to cargo invocations.
#jobs = 0
# =============================================================================
# General install configuration options
# =============================================================================