From e4937c954f3ef1727b198188abece4249469bfff Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 12 Aug 2019 23:27:56 +0200 Subject: [PATCH] Set CXX for rpm build in CI. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 02adbcb..808e1e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -198,6 +198,7 @@ steps: image: centos:7 pull: always environment: + CXX: /opt/rh/devtoolset-6/root/usr/bin/g++ CXXFLAGS: -pipe -O2 commands: - sed -i 's/keepcache=0/keepcache=1/' /etc/yum.conf