Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: buildbot
-
Labels:None
-
Team:SQuaRE
Description
It would be handy to be able to specify flags to scons when triggering a buildbot build. Occasionally we want to test a variant build (e.g. C++11).
One subtlety is that all packages will have to be rebuilt if any such flags are specified (for user-triggered builds buildbot tries to reuse existing packages when it can, and that would not be acceptable in this situation).
We'd want a totally separate build area, I think, for each variant build. We could try to share them if the scons arguments are the same (or equivalent).