URL:
https://svn.lrde.epita.fr/svn/lrde-tools/trunk/buildbot/masters
ChangeLog:
2007-12-05 Alexandre Duret-Lutz <adl(a)lrde.epita.fr>
* spot_master.cfg: Use GCC 3.4 instead of GCC 3.3. The latter
introduces an heseinbug in the testsuite of Spot and we assume
it's the compiler's fault.
---
spot_master.cfg | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: trunk/buildbot/masters/spot_master.cfg
===================================================================
--- trunk/buildbot/masters/spot_master.cfg (revision 478)
+++ trunk/buildbot/masters/spot_master.cfg (revision 479)
@@ -116,7 +116,7 @@
'powerpc-apple-darwin8-gcc-4.0.1',
'i686-apple-darwin8-gcc-4.0.1',
'i486-linux-gnu-gcc-4.1',
- 'i486-linux-gnu-gcc-3.3']))
+ 'i486-linux-gnu-gcc-3.4']))
####### BUILDSLAVES
@@ -167,7 +167,7 @@
f_spot_unix_gcc3 = GNUBuildSystem(project_repos='spot',
scm_step=checkout,
bootstrap_cmd='autoreconf -vi',
- extra_configure_args='CC=gcc-3.3 CXX=g++-3.3',
+ extra_configure_args='CC=gcc-3.4 CXX=g++-3.4',
install_dir='spot_gcc3')
f_spot_mingw = GNUBuildSystem(project_repos='spot',
@@ -206,7 +206,7 @@
'builddir': 'spot_linux_gcc4',
'factory': f_spot_unix
}
-builder_spot_linux_gcc3 = {'name': 'i486-linux-gnu-gcc-3.3',
+builder_spot_linux_gcc3 = {'name': 'i486-linux-gnu-gcc-3.4',
'slavename': 'bot-linux-gcc3',
'builddir': 'spot_linux_gcc3',
'factory': f_spot_unix_gcc3