Browse Source

package/ci: add a TODO for Ninja job capping.

Ah, so that's why it reports insane values!
pull/589/head
Vladimír Vondruš 4 years ago
parent
commit
84b27e14d0
  1. 4
      package/ci/circleci.yml

4
package/ci/circleci.yml

@ -67,6 +67,10 @@ commands:
if [[ "$CMAKE_CXX_FLAGS" == *"--coverage"* ]]; then export LCOV_PACKAGES="lcov curl"; fi
sudo apt install -y ninja-build gcc cmake $LCOV_PACKAGES << parameters.extra >>
# TODO this might get resolved with 1.11.1:
# https://github.com/ninja-build/ninja/pull/1827
# https://github.com/ninja-build/ninja/pull/2174
# But wouldn't it build too slow then? Heh
cap-ninja-jobs:
parameters:
count:

Loading…
Cancel
Save