[SCM] ci-tooling packaging branch, master, updated. 3438e4b139d496c837bf591c09e4974868633ee2

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Jun 19 01:48:52 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=3438e4b

The following commit has been merged in the master branch:
commit 3438e4b139d496c837bf591c09e4974868633ee2
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Jun 19 03:48:21 2015 +0200

    Switch to Clang to work around Debian Bug 787689
---
 dci/build.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dci/build.rb b/dci/build.rb
index 8757075..e974960 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -80,7 +80,9 @@ else
         logger.info('Figuring out build deps')
         c = DebianControl.new
         c.parse!
-        build_depends = []
+        build_depends = %w(clang)
+        ENV['CC'] = 'clang'
+        ENV['CXX'] = 'clang++'
 
         c.source.fetch('build-depends', []).each do |dep|
           build_depends << dep.name

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list