[Buildbot-devel] Updating / reusing an environment (in a later buildstep)

Ian Zimmerman itz at clustrix.com
Sat Jan 30 01:01:28 UTC 2010


On Fri, 28 Aug 2009 08:45:50 +1000
Brad Hards <bradh at frogmouth.net> wrote:

> Hi,
> 
> I'm trying to set up a builder that uses icc (where the system
> default is gcc). To get the icc / icpc stuff to work, I need to set
> the right environment.

If your shell on the slave is bash, look at BASH_ENV in the manpage.
Your first step could dump the VAR=VAL pairs into the file named by
BASH_ENV.  You'd also have to make sure they're exported.

i




More information about the devel mailing list