]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
debian/control: Build-Depends on g++ 30410/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 16 Sep 2019 15:44:10 +0000 (23:44 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 16 Sep 2019 15:50:28 +0000 (23:50 +0800)
commite630e1523a5e07cba6789452508910cb1e8616f0
tree6cf484dfea400476813aec15137029d5b0691d7f
parentb3619760dbe85db224ac80da558d86a3c4163cd8
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 <tchaikov@gmail.com>
debian/control