* oln_master.cfg (f_oln_unix_gcc_4_1_64): Here, since GDCM is located on a remote NFS drive, and accessing it slows down the build a lot. --- buildbot/masters/ChangeLog | 8 ++++++++ buildbot/masters/oln_master.cfg | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/buildbot/masters/ChangeLog b/buildbot/masters/ChangeLog index 99f10ec..5da49da 100644 --- a/buildbot/masters/ChangeLog +++ b/buildbot/masters/ChangeLog @@ -1,3 +1,11 @@ +2010-11-02 Roland Levillain roland@lrde.epita.fr + + Disable GDCM for Olena on seattle (Intel 64 host). + + * oln_master.cfg (f_oln_unix_gcc_4_1_64): Here, since GDCM is + located on a remote NFS drive, and accessing it slows down the + build a lot. + 2010-10-25 Roland Levillain roland@lrde.epita.fr
Use ccache in Olena ICC builds. diff --git a/buildbot/masters/oln_master.cfg b/buildbot/masters/oln_master.cfg index 644ee0a..5b5909d 100644 --- a/buildbot/masters/oln_master.cfg +++ b/buildbot/masters/oln_master.cfg @@ -126,21 +126,21 @@ f_oln_unix_gcc_4_1 = GNUBuildSystem(project_repos='olena', --enable-all' )
+# GDCM has been disabled on this host, since GDCM it was located on a +# remote NFS drive (/lrde/dev/linux-x86-64/stable/gdcm), and accessing +# it was slowing down the build a lot. f_oln_unix_gcc_4_1_64 = GNUBuildSystem(project_repos='olena', project_name='olena', scm_step=checkout, branch=mybranch, extra_configure_args='CXX="ccache g++-4.1" CC="ccache gcc-4.1" \ - --with-gdcm=/lrde/dev/linux-x86-64/stable/gdcm \ --without-magickxx \ --enable-all', install_cmd=None, dist_cmd=None, upload_cmd=None, - extra_ld_library_path='/lrde/dev/linux-x86-64/stable/gdcm/lib', check_cmd='make -k check', distcheck_configure_args='CXX='ccache g++-4.1' CC='ccache gcc-4.1' \ - --with-gdcm=/lrde/dev/linux-x86-64/stable/gdcm \ --without-magickxx \ --enable-all' )