https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog from Roland Levillain roland@lrde.epita.fr
Adjust CCACHE_DIR on istanbul.
* buildfarm_worker/istanbul.fns (CCACHE_DIR): Adjust. * buildfarm_worker/brasilia.fns: Typo in comment.
brasilia.fns | 2 +- istanbul.fns | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-)
Index: buildfarm_worker/istanbul.fns --- buildfarm_worker/istanbul.fns (revision 389) +++ buildfarm_worker/istanbul.fns (working copy) @@ -4,21 +4,36 @@ export PATH="/lrde/dev/linux-sparc64/sarge/autoconf-2.60/bin:$PATH" export PATH="/lrde/dev/linux-sparc64/sarge/bison-2.2/bin:$PATH"
-export CCACHE_DIR="/var/tmp/build_farm/.ccache" +export CCACHE_DIR="/work/build/var/ccache"
+ +# Clean up. clean_buildfarm
export CC="ccache gcc" export CXX="ccache g++"
+ +# ------- # +# Tiger. # +# ------- # + test_tree havm test_tree nolimips test_tree monoburg test_tree clspr test_tree tc configure build distcheck
-# Not enough memory on this computer to test Vaucanson. :/ -#test_tree vaucanson + +# ------------ # +# Lrde-tools. # +# ------------ #
test_tree ranch + + +# ----- # +# DDD. # +# ----- # + test_tree ddd Index: buildfarm_worker/brasilia.fns --- buildfarm_worker/brasilia.fns (revision 389) +++ buildfarm_worker/brasilia.fns (working copy) @@ -7,7 +7,7 @@ # defined here. export CCACHE_DIR=/work/build/var/ccache
-# The setup of ICC is enough tedious to avoid it to build `timelimit'; +# The setup of ICC is tedious enough to be avoided to build `timelimit'; # always use GCC for this. export TIMELIMIT_CC=gcc