Hi,
I'm really sorry if this is something that's explained and documented somewhere obvious, but I've just git rebase-update'd my chromium checkout (& associated CL) and autoninja is no longer letting me compile. I've read back over the original "how to checkout and build" docs, but I can't spot anything substantial that's changed.
The exact problem is that I run autoninja -C out/Default chrome, but it immediately dies with credential errors complaining that I need to `siso login`. (This makes me suspicious, as I'm an external contributor who hasn't landed any CLs yet, so obviously I have no ability to run things remotely and autoninja/siso should just run locally, but whatever.)
If I do try to run `siso login`... the login flow errors out, with google's oauth service complaining that "This app tried to access sensitive info" and blocking the access. I've looked at the help page for autoninja, but nothing there strikes me as an obvious "it runs remotely by default, so please use this flag for a local compile".
Any advice as to which flags or configs I'm missing that would let me compile chromium locally, as I was doing this morning, would be hugely appreciated.'
Kind regards,
Andrew