[PATCH] D29050: [zorg] Add AOSP builder

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 02:28:15 PST 2017


srhines added a comment.

In https://reviews.llvm.org/D29050#657385, @rengolin wrote:

> In https://reviews.llvm.org/D29050#657384, @srhines wrote:
>
> > Maintenance Releases (MRs) come out fairly often, so it's not like this is only a once per year thing.
>
>
> This should be more than enough. Is this a tar-ball or a tag?


It's a tag (http://source.android.com/source/build-numbers.html#source-code-tags-and-builds shows the "branch" name that you can use with "repo init -b".

> We should try to automate some version check to only update when there's a new release, but this sounds like the thing I was referring to.

You can automate some of this, but you really do need at least one run to verify that the build is acceptable before you would want to expect good results for everyone else.

> --renato




https://reviews.llvm.org/D29050





More information about the llvm-commits mailing list