mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 23:45:27 +00:00
[#3732] Add note to devel docs recommending Meson 1.8.0
This commit is contained in:
@@ -25,6 +25,11 @@ fetch googletest on its own. The `-D tests` flag has to be provided.
|
|||||||
meson setup build -D tests=enabled
|
meson setup build -D tests=enabled
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
|
@note When tests are enabled, Meson 1.8.0 or later is strongly recommended. It
|
||||||
|
fixes a bug where "meson setup" takes a long time and a high amount of RAM:
|
||||||
|
https://github.com/mesonbuild/meson/issues/11322. 'hammer.py prepare-system'
|
||||||
|
or `./meson.sh --install` both install it.
|
||||||
|
|
||||||
After that you run the unit tests with:
|
After that you run the unit tests with:
|
||||||
|
|
||||||
@code
|
@code
|
||||||
|
Reference in New Issue
Block a user