build-farm 379: Set ccache's directory on istanbul.

https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Set ccache's directory on istanbul. * buildfarm_worker/marvejols.fns (CCACHE_DIR): Set to /work/build/var/ccache. marvejols.fns | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) Index: buildfarm_worker/marvejols.fns --- buildfarm_worker/marvejols.fns (revision 378) +++ buildfarm_worker/marvejols.fns (working copy) @@ -5,22 +5,38 @@ # Add some programs from /lrde/bin to the PATH. export PATH="/lrde/dev/linux-x86/sarge/autoconf-2.60/bin:$PATH" export PATH="/lrde/dev/linux-x86/sarge/bison-2.2/bin:$PATH" +# The ccache dir is located in the /work file system on. As +# ~/.zshenv is not sourced by the build script, this environment +# variable is defined here. +export CCACHE_DIR=/work/build/var/ccache + +# Clean up. clean_buildfarm export CC="ccache gcc" export CXX="ccache g++" -#test_tree generic-tools -#test_tree c-tools -#test_tree cxx-tools -#test_tree transformers + +# -------------- # +# Transformers. # +# -------------- # + +test_tree transformers + + +# ------- # +# Olena. # +# ------- # test_tree havm test_tree nolimips test_tree monoburg test_tree clspr -test_tree transformers + +# ------------ # +# Lrde-tools. # +# ------------ # test_tree ranch
participants (1)
-
Roland Levillain