Continuous Build: Difference between revisions

22 bytes added ,  22 September 2020
(→‎Systems and Configurations: Update lists of buildbot builders)
(3 intermediate revisions by 2 users not shown)
Line 19: Line 19:
| stable-clang-5.0-debian || stable || Debian Testing || Clang 5.0 || || Any Change
| stable-clang-5.0-debian || stable || Debian Testing || Clang 5.0 || || Any Change
|-
|-
| clang-fedora || default || Fedora 25 || Clang (system default) || || Any Change
| clang-fedora || default || Fedora (current release) || Clang (system default) || || Any Change
|-
|-
| stable-clang-fedora || stable || Fedora 25 || Clang (system default) || || Any Change
| stable-clang-fedora || stable || Fedora (current release) || Clang (system default) || || Any Change
|-
|-
| clang-osx (currently inactive) || default || OS X || Clang || || Any Change
| clang-osx (currently inactive) || default || OS X || Clang || || Any Change
Line 29: Line 29:
| gcc-7-lto-debian || default || Debian Testing || GCC 7 || Enable link time optimization || Any Change
| gcc-7-lto-debian || default || Debian Testing || GCC 7 || Enable link time optimization || Any Change
|-
|-
| gcc-fedora || default || Fedora 25 || GCC (system default) || || Any Change
| gcc-fedora || default || Fedora (current release) || GCC (system default) || || Any Change
|-
|-
| gcc-lto-fedora || default || Fedora 25 || GCC (system default) || Enable link time optimization || Any Change
| gcc-lto-fedora || default || Fedora (current release) || GCC (system default) || Enable link time optimization || Any Change
|-
|-
| no-extras-debian || default || Debian Testing || GCC (system default) || Disable all optional dependencies || Any Change
| no-extras-debian || default || Debian Testing || GCC (system default) || Disable all optional dependencies || Any Change
Line 86: Line 86:
You may also want to set up '''ccache''' to work with buildbot (strongly recommended to speed up builds).  If you create a directory {{Path|~/buildbot/bin}}, it will be added to the execution PATH when the Buildbot Master runs commands on the Buildbot Worker.  This directory can have symbolic links like the following:
You may also want to set up '''ccache''' to work with buildbot (strongly recommended to speed up builds).  If you create a directory {{Path|~/buildbot/bin}}, it will be added to the execution PATH when the Buildbot Master runs commands on the Buildbot Worker.  This directory can have symbolic links like the following:


  lrwxrwxrwx 1 buildbot buildbot 15 Aug 26 11:39 gcc -> /usr/bin/ccache
  cc      -> /usr/bin/ccache
  lrwxrwxrwx 1 buildbot buildbot 15 Aug 26 11:40 cc -> /usr/bin/ccache
  c++      -> /usr/bin/ccache
  lrwxrwxrwx 1 buildbot buildbot 15 Aug 26 11:40 c++ -> /usr/bin/ccache
  gcc      -> /usr/bin/ccache
  lrwxrwxrwx 1 buildbot buildbot 15 Aug 31 23:46 gfortran -> /usr/bin/ccache
  gfortran -> /usr/bin/ccache


They should point to the actual location of ccache if it is not in {{Path|/usr/bin}}.
They should point to the actual location of ccache if it is not in {{Path|/usr/bin}}.
Line 100: Line 100:


If the directory containing the build and ccache directories doesn't have sufficient space, then these directory names may point to a separate partition that does have enough space available.
If the directory containing the build and ccache directories doesn't have sufficient space, then these directory names may point to a separate partition that does have enough space available.
= External links =
* [https://hg.octave.org/octave-buildbot/ Buildbot configuration repository] for http://buildbot.octave.org:8010


[[Category:Building]]
[[Category:Building]]
Anonymous user