From: Sage Weil Date: Fri, 28 Aug 2015 20:56:45 +0000 (-0400) Subject: fabfile: disable c++11 builds on wheezy X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=245941f2ede61c472c6a3de6466281664e3fdd0b;p=autobuild-ceph.git fabfile: disable c++11 builds on wheezy Compiler is too old (experimental c++11 support only) Signed-off-by: Sage Weil --- diff --git a/fabfile.py b/fabfile.py index 5474d7f..1a053ef 100644 --- a/fabfile.py +++ b/fabfile.py @@ -8,6 +8,7 @@ env.roledefs['pre_cxx11'] = [ 'ubuntu@gitbuilder-ceph-deb-precise-amd64-basic.front.sepia.ceph.com', 'ubuntu@gitbuilder-ceph-deb-precise-amd64-notcmalloc.front.sepia.ceph.com', 'ubuntu@gitbuilder-ceph-rpm-centos6-5-amd64-basic.front.sepia.ceph.com', + 'ubuntu@gitbuilder-ceph-deb-wheezy-amd64-basic.front.sepia.ceph.com', ] env.roledefs['gitbuilder_auto'] = [