diff options
| author | cah <cah@ableton.com> | 2026-03-19 11:19:23 +0100 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2026-03-19 11:19:23 +0100 |
| commit | 1e5eb2cbd73e96e94c650be4d12da89f656610c7 (patch) | |
| tree | e10eceb5a14ed9d318c6873137f8ba83a4e5691f /cscript | |
| parent | 2acd421782e0963b4560a2e816dac35fd6e89663 (diff) | |
Build tests on Fedora 43.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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' |
