1,852
edits
(→External links: Link Buildbot configuration repository) |
(→ccache: Strip unimportant output from the symlink example) |
||
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: | ||
cc -> /usr/bin/ccache | |||
c++ -> /usr/bin/ccache | |||
gcc -> /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}}. |