build-farm 372: Disable more Vaucanson builds.

https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Disable more Vaucanson builds, as they freeze or even kills the workers. We need machines with huge RAM capacities to compile this project! * buildfarm_worker/brasilia.fns: Disable the Vaucanson ICC build. * buildfarm_worker/caracas.fns: Disable all Vaucanson builds. brasilia.fns | 18 +++++++++++------- caracas.fns | 28 +++++++++++++++------------- 2 files changed, 26 insertions(+), 20 deletions(-) Index: buildfarm_worker/caracas.fns --- buildfarm_worker/caracas.fns (revision 371) +++ buildfarm_worker/caracas.fns (working copy) @@ -27,21 +27,23 @@ # Vaucanson. -( - export CC="ccache gcc-3.4" - export CXX="ccache g++-3.4" - test_tree vaucanson bootstrap configure build check demos install distcheck -) -( - export CC="ccache gcc-4.0" - export CXX="ccache g++-4.0" - test_tree vaucanson-gcc4.0 \ - bootstrap configure build check demos install distcheck -) +# 2006-09-15: Disable all Vaucanson builds, as caracas is too short on +# memory, and sometimes freezes, and even dies, when compiling it. + +# ( +# export CC="ccache gcc-3.4" +# export CXX="ccache g++-3.4" +# test_tree vaucanson bootstrap configure build check demos install distcheck +# ) + +# ( +# export CC="ccache gcc-4.0" +# export CXX="ccache g++-4.0" +# test_tree vaucanson-gcc4.0 \ +# bootstrap configure build check demos install distcheck +# ) -# 2006-09-14: Disable vaucanson-icc build to alleviate caracas -# (for the moment). # # ( # export CC="ccache icc" Index: buildfarm_worker/brasilia.fns --- buildfarm_worker/brasilia.fns (revision 371) +++ buildfarm_worker/brasilia.fns (working copy) @@ -68,13 +68,17 @@ bootstrap configure build check demos install distcheck ) -( - export CC="ccache icc" - export CXX="ccache icpc" - init_icc_vars - test_tree vaucanson-icc \ - bootstrap configure build check demos install distcheck -) +# 2006-09-15: (Temp.) disable the Vaucanson ICC build, as it makes an +# aggressive usage of brasilia's memory, and prevent any normal use of +# the machine in parallel. + +# ( +# export CC="ccache icc" +# export CXX="ccache icpc" +# init_icc_vars +# test_tree vaucanson-icc \ +# bootstrap configure build check demos install distcheck +# ) # ------- #
participants (1)
-
Roland Levillain