From cb59666e2be451bd288337f8aa43aa0e98c23d8f Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 22 Nov 2021 10:52:11 -0500 Subject: [PATCH] lava: disable man pages for babeltrace2 Signed-off-by: Jonathan Rajotte --- scripts/system-tests/lava2-submit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system-tests/lava2-submit.py b/scripts/system-tests/lava2-submit.py index 00dbf93..6895cc2 100644 --- a/scripts/system-tests/lava2-submit.py +++ b/scripts/system-tests/lava2-submit.py @@ -139,7 +139,7 @@ def get_vlttng_cmd( # Starting with 2.14, babeltrace2 is the reader for testing. if lttng_version == 'master' or (major_version >= 2 and minor_version >= 14): babeltrace_profile = " --profile babeltrace2-stable-2.0 --profile babeltrace2-python" - babeltrace_overrides = " --override projects.babeltrace2.build-env.PYTHON=python3 --override projects.babeltrace2.build-env.PYTHON_CONFIG=python3-config" + babeltrace_overrides = " --override projects.babeltrace2.build-env.PYTHON=python3 --override projects.babeltrace2.build-env.PYTHON_CONFIG=python3-config -o projects.babeltrace2.configure+=--disable-man-pages" else: babeltrace_profile = " --profile babeltrace-stable-1.5 --profile babeltrace-python" babeltrace_overrides = " --override projects.babeltrace.build-env.PYTHON=python3 --override projects.babeltrace.build-env.PYTHON_CONFIG=python3-config" -- 2.34.1