Displaying 1 result from an estimated 1 matches for "f666680c".
2015 Nov 09
2
Self-hosting bots noise
Hi David/Galina,
FYI, I found one big reason why self-hosting bots fail long after the
offending commit is tested: dirty builds.
In a dirty build (no make clean), when a file X is changed that breaks
file Y, the bot will only accuse the failure when file Y is changed,
too, so that stage1 with modified X will compile file Y, and break.
At hindsight, it's obvious. But I hadn't connected