]> git.saurik.com Git - wxWidgets.git/commitdiff
User larger ccache for the benefit of IA64 builds.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 28 Apr 2008 17:16:14 +0000 (17:16 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 28 Apr 2008 17:16:14 +0000 (17:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/include/testdrive-unix.xml

index 9c18d83a2ff2ea68eb76bea0fdd9d9382a72c7b0..56f450a9ad2fd2aa4a338e5889cf73025dab9dc4 100644 (file)
@@ -165,7 +165,7 @@ export LD_LIBRARY_PATH
 if { ccache -V; } >/dev/null 2>&amp;1; then
     CCACHE_DIR=$TOPDIR/ccache
     export CCACHE_DIR
-    ccache -M 90M
+    ccache -M 120M
 fi
 cd $BUILDDIR
 if [ -f wx-config ]; then