Skip to content
Snippets Groups Projects
Commit 58ea8b5e authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

ci: support parallel cmake build in `test-jepsen`

In order to support parallel cmake build in the `test-jepsen` target
we need to run Jepsen testing in a `debian-buster` container instead
of `debian-stretch` due to the old `cmake` version in it. The `cmake`
utility started to support `--parallel` option since 3.12 version [1].

In Debian Stretch `cmake` has version 3.7.
In Debian Buster `cmake` has version 3.13.

[1] https://cmake.org/cmake/help/latest/release/3.12.html#command-line

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent 78a04083
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment