https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog from Roland Levillain roland@lrde.epita.fr
Update ccache settings on brasilia.
* buildfarm_worker/brasilia.fns (CCACHE_DIR): Define this environment variable.
brasilia.fns | 5 +++++ 1 file changed, 5 insertions(+)
Index: buildfarm_worker/brasilia.fns --- buildfarm_worker/brasilia.fns (revision 350) +++ buildfarm_worker/brasilia.fns (working copy) @@ -4,6 +4,11 @@ # farm to compile Vaucanson 1.0. To be removed as soon as caracas is # able to build Vaucanson properly.
+# The ccache dir is located in the /work file system on brasilia. As +# ~/.zshenv is not sourced by the build script, this environment var +# is defined here too. +export CCACHE_DIR=/work/build/ccache + clean_buildfarm
# Vaucanson.