mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
Manual.md: document disable_parallel_check
This commit is contained in:
parent
124ce2e404
commit
5984b7d3b8
1 changed files with 5 additions and 0 deletions
|
@ -613,6 +613,11 @@ and `XBPS_MAKEJOBS` will be set to 1. If a package does not work well with `XBPS
|
||||||
but still has a mechanism to build in parallel, set `disable_parallel_build` and
|
but still has a mechanism to build in parallel, set `disable_parallel_build` and
|
||||||
use `XBPS_ORIG_MAKEJOBS` (which holds the original value of `XBPS_MAKEJOBS`) in the template.
|
use `XBPS_ORIG_MAKEJOBS` (which holds the original value of `XBPS_MAKEJOBS`) in the template.
|
||||||
|
|
||||||
|
- `disable_parallel_check` If set tests for the package won't be built and run in parallel
|
||||||
|
and `XBPS_MAKEJOBS` will be set to 1. If a package does not work well with `XBPS_MAKEJOBS`
|
||||||
|
but still has a mechanism to run checks in parallel, set `disable_parallel_check` and
|
||||||
|
use `XBPS_ORIG_MAKEJOBS` (which holds the original value of `XBPS_MAKEJOBS`) in the template.
|
||||||
|
|
||||||
- `make_check` Sets the cases in which the `check` phase is run.
|
- `make_check` Sets the cases in which the `check` phase is run.
|
||||||
This option has to be accompanied by a comment explaining why the tests fail.
|
This option has to be accompanied by a comment explaining why the tests fail.
|
||||||
Allowed values:
|
Allowed values:
|
||||||
|
|
Loading…
Add table
Reference in a new issue