diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-15 14:21:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-15 14:21:09 +0000 |
| commit | 9a7ca753829b7adbabde4cc0edd48c460ad4cffa (patch) | |
| tree | 2619ee98157e204c57f72d9c730cb7549c9f5151 | |
| parent | 8f7fdb9fdcd4ffd076f07de9f49801fe01991776 (diff) | |
Don't build tests on 16.04 as the boost test version can't cope with the depends stuff.v2.13.120
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -339,8 +339,8 @@ def option_defaults(): def configure_options(target, options): opt = '' - if not (target.platform == 'linux' and target.distro == 'ubuntu' and (target.version == '18.04' or target.version == '16.04')): - # Currently we only build tests on Ubuntu 1{6,8}.04 + if not (target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04'): + # Currently we only build tests on Ubuntu 18.04 opt += ' --disable-tests' if target.debug: |
