[LrdeTools] 431: Remove duplicate builds from brasilia.

https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Remove duplicate builds from brasilia. * buildfarm_worker/brasilia.fns: Remove Vaucanson builds using GCC 3.4 and ICC 9.1, as houston performs them. Remove dead code. brasilia.fns | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) Index: buildfarm_worker/brasilia.fns --- buildfarm_worker/brasilia.fns (revision 430) +++ buildfarm_worker/brasilia.fns (working copy) @@ -30,15 +30,8 @@ # Vaucanson. # # ----------- # -# 2006-07-26: Vaucanson has been temporarily added to Brasilia. To be -# removed as soon as houston is able to build Vaucanson properly. - -( - 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 -) +# These builds have been kept on brasilia, since houston doesn't have +# GCC 4.0. ( export CC="ccache gcc-4.0" @@ -54,14 +47,6 @@ bootstrap configure build check demos install distcheck ) -( - export CC="icc" - export CXX="icpc" - init_icc_vars - test_tree vaucanson-icc-9.1 \ - bootstrap configure build check demos install distcheck -) - # ------- # # Olena. # @@ -106,14 +91,6 @@ test_olena_tree olena-0.11 g++-4.1 test_olena_tree olena-0.11 icpc-9.1 -# Olena proto-1.0. -# ---------------- -# 2006-09-16: Disabled. -# test_olena_tree olena-proto-1.0 g++-3.4 -# test_olena_tree olena-proto-1.0 g++-4.0 -# test_olena_tree olena-proto-1.0 g++-4.1 -# test_olena_tree olena-proto-1.0 icpc - # Olena 1.0. # ---------- test_olena_tree olena-1.0 g++-3.4
participants (1)
-
Roland Levillain