From 66eacda97c6cdca307d5a83f3be2dbc0e713803b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 20 Mar 2026 16:49:34 +0100 Subject: Build tests on some more platforms. --- cscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 1de20a5f..14321093 100644 --- a/cscript +++ b/cscript @@ -77,8 +77,7 @@ def build(target, options, for_package, version): cmd += ' --disable-mpeg2-transcode' if target.platform == 'linux': cmd += ' --static' - if target.distro != 'ubuntu' or not target.version in ('16.04', '22.04'): - # We only build tests on Ubuntu 16.04 and 22.04 + if target.distro == 'debian' or (target.distro == 'centos' and target.version != 'stream10') or (target.distro == 'rocky' and target.version != '10') or target.distro == 'mageia': cmd += ' --disable-tests' if target.distro == 'ubuntu' and target.version == '16.04': cmd += ' --static-boost' -- cgit v1.2.3