aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@aarsen.me>2022-06-28 10:38:45 +0200
committerSam James <sam@gentoo.org>2022-07-12 07:33:20 +0100
commite41af8d4c5cc22a5dd824e3ffe84000e9aef3480 (patch)
tree2211cda29ccbd648f833035e536ebad871a2bfb3 /meson_options.txt
parentImprove build-related documentation (diff)
downloadpax-utils-e41af8d4c5cc22a5dd824e3ffe84000e9aef3480.tar.gz
pax-utils-e41af8d4c5cc22a5dd824e3ffe84000e9aef3480.tar.bz2
pax-utils-e41af8d4c5cc22a5dd824e3ffe84000e9aef3480.zip
gha: add muon to Linux test matrix
Signed-off-by: Arsen Arsenović <arsen@aarsen.me> Closes: https://github.com/gentoo/pax-utils/pull/7 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c96865d..04b51fe 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,14 +4,14 @@ option('lddtree_implementation', type : 'combo',
option('use_libcap', type : 'feature', value : 'auto',
description : 'Enable listing capabilities in pspax output (requires libcap)'
)
-option('use_seccomp', type : 'boolean', value : 'true',
+option('use_seccomp', type : 'boolean', value : true,
description : 'Enable seccomp filters at runtime (does *not* require libseccomp, but does require kernel support)'
)
option('build_manpages', type : 'feature', value : 'auto',
description : 'Build manuals via DocBook (requires xmlto)')
-option('tests', type : 'boolean', value : 'true'
+option('tests', type : 'boolean', value : true,
description : 'Enable testing (not guaranteed to work)'
)
-option('use_fuzzing', type : 'boolean', value : 'true',
+option('use_fuzzing', type : 'boolean', value : true,
description : 'Also build LibFuzzer fuzzers as tests'
)