diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 319ab6f86..3eb08bacf 100644 --- a/package/ci/circleci.yml +++ b/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: