From: Michael Wetherell Date: Mon, 28 Apr 2008 17:16:14 +0000 (+0000) Subject: User larger ccache for the benefit of IA64 builds. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/76cba3115cf2f2cf0ccdada472aac2ddf0955859 User larger ccache for the benefit of IA64 builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/buildbot/config/include/testdrive-unix.xml b/build/buildbot/config/include/testdrive-unix.xml index 9c18d83a2f..56f450a9ad 100644 --- a/build/buildbot/config/include/testdrive-unix.xml +++ b/build/buildbot/config/include/testdrive-unix.xml @@ -165,7 +165,7 @@ export LD_LIBRARY_PATH if { ccache -V; } >/dev/null 2>&1; then CCACHE_DIR=$TOPDIR/ccache export CCACHE_DIR - ccache -M 90M + ccache -M 120M fi cd $BUILDDIR if [ -f wx-config ]; then