[PATCH] D29050: [zorg] Add AOSP builder

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 11:34:03 PST 2017


srhines added a comment.

Would it not be better to suppress those warnings via an additional set of flags instead for the stable release? aosp/master breaks at least once per week, and I think that this might be seen as quite disruptive to LLVM committers. If you don't repo sync, then perhaps it is also ok. One other alternative is to pull the manifest.xml for a working version that you like, and use that in your repo init (i.e. check that in as a build configuration for the bot, and use it in the initial configure). Then you can just move the manifest forward as you see fit.


https://reviews.llvm.org/D29050





More information about the llvm-commits mailing list