https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog from Roland Levillain roland@lrde.epita.fr
Disable caracas, re-enable marvejols.
* web/build.pl (hosts): Remove caracas. * buildfarm_worker/marvejols.fns (ACLOCAL): New environment variable. Remove Nix settings. Remove the `transformers' build. * buildfarm_worker/caracas.fns: Remove (already disabled) Vaucanson builds.
buildfarm_worker/caracas.fns | 31 ++----------------------------- buildfarm_worker/marvejols.fns | 14 ++++---------- web/build.pl | 1 - 3 files changed, 6 insertions(+), 40 deletions(-)
Index: web/build.pl --- web/build.pl (revision 429) +++ web/build.pl (working copy) @@ -44,7 +44,6 @@ my (%hosts) = ( 'antalya' => "Darwin 7.9 powerpc", 'brasilia' => "Debian GNU/Linux unstable (sid) i386", - 'caracas' => "Debian GNU/Linux 4.0 (etch) i386", 'houston' => "Debian GNU/Linux 4.0 (etch) i386", 'istanbul' => "Debian GNU/Linux 3.1 (sarge) sparc64", 'marvejols' => "Debian GNU/Linux 4.0 (etch) i386", Index: buildfarm_worker/caracas.fns --- buildfarm_worker/caracas.fns (revision 429) +++ buildfarm_worker/caracas.fns (working copy) @@ -2,6 +2,8 @@
# Used to build Tiger (and Vaucanson).
+# 2007-03-01: This host has been disabled. +
host_type=linux-x86/etch
@@ -41,35 +43,6 @@ )
-# Vaucanson. - -# 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-gcc-3.4 \ -# bootstrap configure build check demos install distcheck -# ) - -# ( -# export CC="ccache gcc-4.0" -# export CXX="ccache g++-4.0" -# test_tree vaucanson-gcc-4.0 \ -# bootstrap configure build check demos install distcheck -# ) - -# ( -# export CC="icc" -# export CXX="icpc" -# # ICC 9.1 settings. -# init_icc_vars -# test_tree vaucanson-icc-9.1 \ -# bootstrap configure build check demos install distcheck -# ) - - # Ranch. ( # FIXME: Does Ranch really needs a C and/or a C++ compiler? Index: buildfarm_worker/marvejols.fns --- buildfarm_worker/marvejols.fns (revision 429) +++ buildfarm_worker/marvejols.fns (working copy) @@ -2,11 +2,12 @@
host_type=linux-x86/etch
-# Nix settings. -. /nix/etc/profile.d/nix.sh # Add some programs from /lrde/dev to the PATH. path_prepend autoconf-2.61 automake-1.10
+# Tell autoreconf 1.10 where other M4 macros live. +export ACLOCAL='aclocal -I /usr/share/aclocal/' + # 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. @@ -20,15 +21,8 @@ export CXX="ccache g++"
-# -------------- # -# Transformers. # -# -------------- # - -test_tree transformers - - # ------- # -# Olena. # +# Tiger. # # ------- #
test_tree havm