[SCM] ci-tooling packaging branch, master, updated. 2e17668354e3854524a944fd5fc93bf91b00674b

Rohan Garg rohangarg-guest at moszumanska.debian.org
Sat Jun 20 18:08:27 UTC 2015


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

The following commit has been merged in the master branch:
commit 2e17668354e3854524a944fd5fc93bf91b00674b
Author: Rohan Garg <rohan at garg.io>
Date:   Sat Jun 20 20:08:22 2015 +0200

    Revert "Switch to Clang to work around Debian Bug 787689"
    
    This reverts commit 3438e4b139d496c837bf591c09e4974868633ee2.
---
 dci/build.rb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list