Don't build tests on 16.04 as the boost test version can't cope with the depends... v2.13.120
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Feb 2019 14:21:09 +0000 (14:21 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 15 Feb 2019 14:21:09 +0000 (14:21 +0000)
cscript

diff --git a/cscript b/cscript
index 333649a275e8ee640f281a9ce2288ec0065f6ef7..d82b377f204853a146245424fa84b09c0f9c139f 100644 (file)
--- a/cscript
+++ b/cscript
@@ -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: