From: Kefu Chai Date: Mon, 16 Sep 2019 15:44:10 +0000 (+0800) Subject: debian/control: Build-Depends on g++ X-Git-Tag: v15.1.0~1505^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e630e1523a5e07cba6789452508910cb1e8616f0;p=ceph-ci.git debian/control: Build-Depends on g++ as a C++ project, we should depends on g++. actually, GCC-7 is able to support C++17. but we use C++17 features extensively, and have been running into GCC bugs every now and then. so would be ideal if we can use newer GCC if possible. we've dropped the support of ubuntu/xenial. while on ubuntu/bionic, only GCC-7.4 is available. so let's require g++ (>= 7) then. Signed-off-by: Kefu Chai --- diff --git a/debian/control b/debian/control index aadadcfccea..5b4d1e08a66 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: cmake (>= 3.5), dh-systemd, git, gperf, + g++ (>= 7), javahelper, # Make-Check jq, junit4,