diff options
| author | Hendrik Tews | 2020-12-16 23:21:39 +0100 |
|---|---|---|
| committer | hendriktews | 2020-12-19 16:43:49 +0100 |
| commit | 221b68de1a06c0833fb91e26f27721e8f928d45c (patch) | |
| tree | 2558a190d187cb930f62e3d7fa4da5d2883689bf /ci/compile-tests/cct-lib.el | |
| parent | 2fbdb9c5b7a9b76a295b1570360925237df4b077 (diff) | |
ensure vo compilation for tests, increase parallelism, more config output
Diffstat (limited to 'ci/compile-tests/cct-lib.el')
| -rw-r--r-- | ci/compile-tests/cct-lib.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ci/compile-tests/cct-lib.el b/ci/compile-tests/cct-lib.el index 4b25956f..2685d9ae 100644 --- a/ci/compile-tests/cct-lib.el +++ b/ci/compile-tests/cct-lib.el @@ -223,6 +223,13 @@ or changed since recording the time in the association." proof-auto-action-when-deactivating-scripting 'retract proof-three-window-enable nil coq-compile-auto-save 'save-coq - coq--debug-auto-compilation nil)) + coq--debug-auto-compilation nil + ) + (custom-set-variables '(coq-compile-quick 'ensure-vo)) + (when (< coq--internal-max-jobs 4) + (custom-set-variables '(coq-max-background-compilation-jobs 4))) + (message "config coq-max-background-compilation-jobs: %s (means %d)" + coq-max-background-compilation-jobs + coq--internal-max-jobs)) (provide 'cct-lib) |
