Use newer gcc for coverage
authorTeemu Murtola <teemu.murtola@gmail.com>
Thu, 14 Jul 2016 13:49:56 +0000 (16:49 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Thu, 14 Jul 2016 13:49:56 +0000 (16:49 +0300)
The coverage build no longer works with gcc-4.6 on bs_mac because of too
old stdlib.  With changes in releng and on bs_mac, it is now possible to
update the compiler and gcov used for the build.

Change-Id: Ib6cb6589c53d0a56a7d04a32367d84fcf91cfecf

admin/builds/coverage.py

index 022aafdf96e028449852f2bf5dd72302c09d99f0..317f0aedce74bb4d3be9dd345114c0811e895c21 100644 (file)
@@ -34,7 +34,7 @@
 
 import os.path
 
-build_options = ['gcc-4.6']
+build_options = ['gcc-6.1', 'gcov-6.1']
 extra_projects = [Project.REGRESSIONTESTS]
 
 def do_build(context):