summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2026-03-19 11:19:23 +0100
committercah <cah@ableton.com>2026-03-19 11:19:23 +0100
commit1e5eb2cbd73e96e94c650be4d12da89f656610c7 (patch)
treee10eceb5a14ed9d318c6873137f8ba83a4e5691f /cscript
parent2acd421782e0963b4560a2e816dac35fd6e89663 (diff)
Build tests on Fedora 43.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/cscript b/cscript
index 1de20a5f..3c0b55be 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 not ((target.distro == 'ubuntu' and target.version in ('16.04', '22.04')) or target.distro == 'fedora' and target.version == '43'):
cmd += ' --disable-tests'
if target.distro == 'ubuntu' and target.version == '16.04':
cmd += ' --static-boost'