[Xquartz-changes] [552] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Mon May 9 09:59:31 PDT 2011


Revision: 552
          http://trac.macosforge.org/projects/xquartz/changeset/552
Author:   jeremyhu at freedesktop.org
Date:     2011-05-09 09:59:29 -0700 (Mon, 09 May 2011)
Log Message:
-----------
Don't analyze libxcb

Modified Paths:
--------------
    tinderbox/jhbuildrc.linux
    tinderbox/jhbuildrc.xquartz

Modified: tinderbox/jhbuildrc.linux
===================================================================
--- tinderbox/jhbuildrc.linux	2011-05-05 05:24:37 UTC (rev 551)
+++ tinderbox/jhbuildrc.linux	2011-05-09 16:59:29 UTC (rev 552)
@@ -11,7 +11,7 @@
 build_policy = 'all'
 
 checkoutroot = os.path.join(os.environ['JHBUILDDIR'] , 'src')
-prefix = os.path.join(os.environ['JHBUILDDIR'], 'build')
+prefix = '/var/tmp/jhbuild'
 
 autogenargs = '--without-xf86misc --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --disable-static --disable-dependency-tracking --disable-runtime-deps --disable-silent-rules --disable-gtk'
 
@@ -22,6 +22,8 @@
 makecheck_advisory = True
 
 static_analyzer = True
+# libxcb generated code has a bunch of warnings that take up 1G of log space
+module_static_analyzer = { 'libxcb' : False }
 static_analyzer_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR'])
 static_analyzer_template = 'scan-build -v --use-cc=gcc --use-c++=g++ -o %(outputdir)s/%(module)s '
 

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2011-05-05 05:24:37 UTC (rev 551)
+++ tinderbox/jhbuildrc.xquartz	2011-05-09 16:59:29 UTC (rev 552)
@@ -17,5 +17,7 @@
 makecheck = True
 
 static_analyzer = True
+# libxcb generated code has a bunch of warnings that take up 1G of log space
+module_static_analyzer = { 'libxcb' : False }
 static_analyzer_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR'])
 static_analyzer_template = 'scan-build -v --use-cc=clang --use-c++=clang++ -o %(outputdir)s/%(module)s '
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110509/de8229e8/attachment.html>


More information about the Xquartz-changes mailing list