Re: [android-building] how to distribute android 10/11 ?

2021-08-03 Thread Eli Chang
Hi Ulf, Did RBE means remote build executor? And if so, by what Ruben said, we also need the RBE service. How can I configure the RBE service? Best, Eli 在2021年5月28日星期五 UTC+8 上午2:26:45 写道: > Hi Ruben! > > Enabling RBE once you have a remote execution cluster running requires >

Re: [android-building] how to distribute android 10/11 ?

2021-07-31 Thread Ruben Wu
Hi Ulf, Thanks for the reply, could you elaborate on RBE_use_rpc_credentials? If this needs to be true, how do I set the RPC credentials? Also, is there any plans to open source the RBE client code (whatever generates the reproxy and rewrapper), I'm curious on the possible flags and

Re: [android-building] how to distribute android 10/11 ?

2021-05-27 Thread 'Ulf Adams' via Android Building
Hi Ruben! Enabling RBE once you have a remote execution cluster running requires approximately these steps: source build/make/rbesetup.sh ulimit -n 2 export RBE_service=: export RBE_tls_ca_cert=certificate.crt <-- depends on what TLS cert is in use on the service export

Re: [android-building] how to distribute android 10/11 ?

2021-05-18 Thread Ruben Wu
Thanks for the info, Dan! Is there a place I can reference on how to turn on RBE on Android 11/12? I understand a remote build execution engine/service is needed, but how do I configure Android 11 to send jobs to that service? Thanks, Ruben On Friday, May 14, 2021 at 5:40:44 PM UTC-5 Dan

Re: [android-building] how to distribute android 10/11 ?

2021-05-14 Thread 'Dan Willemsen' via Android Building
> > While I understand goma support is being deprecated/removed on AOSP > master, is there a way to still be able to use Goma on Android 12 since I > already have a goma client and server setup to work with Android 10. > No, it was removed before Android 12 was branched, so it's not in Android 12

Re: [android-building] how to distribute android 10/11 ?

2021-05-14 Thread Ruben Wu
Hi Dan, While I understand goma support is being deprecated/removed on AOSP master, is there a way to still be able to use Goma on Android 12 since I already have a goma client and server setup to work with Android 10. Best, Ruben On Tuesday, February 16, 2021 at 4:14:19 PM UTC-6 Dan Willemsen

Re: [android-building] how to distribute android 10/11 ?

2021-04-28 Thread 'Ulf Adams' via Android Building
Hi Eli, RBE stands for Remote Build Execution. It is not built into Bazel, but there are a couple of open source as well as commercial options, documented here: https://docs.bazel.build/versions/4.0.0/remote-execution.html Full disclosure: I work for one of the commercial vendors in this space

Re: [android-building] how to distribute android 10/11 ?

2021-02-16 Thread 'Dan Willemsen' via Android Building
GOMA support has been removed on the AOSP master branch, and has been replaced with RBE. - Dan On Wed, Feb 3, 2021 at 9:30 AM 唐木村 wrote: > @Dan Willemsen > > >>> The build team does not recommend using Goma -- it does not work > particularly well with the Android build, and we expect to be

Re: [android-building] how to distribute android 10/11 ?

2021-02-03 Thread 唐木村
@Dan Willemsen >>> The build team does not recommend using Goma -- it does not work particularly well with the Android build, and we expect to be removing support for it in master in the coming months (support will most likely still be in this years release, but not next years). whether goma

Re: [android-building] how to distribute android 10/11 ?

2020-03-20 Thread alexander zhu
hi, Dan, I got one ppt, which is 'Engineering productivity talk' in 2020,which pages mention you. I read it and go through the pages and overview( https://cloud.google.com/sdk/gcloud/reference/alpha/remote-build-execution). It looks like the result is what I'm looking for. [image: result.png]

Re: [android-building] how to distribute android 10/11 ?

2020-03-19 Thread Duslabo N
Cool, Does anybody did benchmarking of aosp clean build on AMD Reyzen threadripper? Regards, Duslabo On Wed, 4 Mar 2020 at 03:27, 'Dan Willemsen' via Android Building < android-building@googlegroups.com> wrote: > The build team does not recommend using Goma -- it does not work > particularly

Re: [android-building] how to distribute android 10/11 ?

2020-03-19 Thread alexander zhu
hi, Dan, does RBE is your GCP service? i want to know how it works 在 2020年3月4日星期三 UTC+8上午6:00:40,Dan Willemsen写道: > > Oh, and for developer builds (and many frequent CI builds), we're almost > always using incremental builds, so the clean build times are somewhat less > limiting. If you're

Re: [android-building] how to distribute android 10/11 ?

2020-03-18 Thread alexander zhu
hi,Dan I'm so glad to get your message.specially, the "buying fast desktops "parts . I did the same thing . please give my request to the right team. So many thanks to you . I will continue to follow the RBE things. 在 2020年3月4日星期三 UTC+8上午6:00:40,Dan Willemsen写道: > > Oh, and for developer

Re: [android-building] how to distribute android 10/11 ?

2020-03-03 Thread 'Dan Willemsen' via Android Building
Oh, and for developer builds (and many frequent CI builds), we're almost always using incremental builds, so the clean build times are somewhat less limiting. If you're often doing clean builds or very large builds, that's probably one of the first things to look at. - Dan On Tue, Mar 3, 2020 at

Re: [android-building] how to distribute android 10/11 ?

2020-03-03 Thread 'Dan Willemsen' via Android Building
The build team does not recommend using Goma -- it does not work particularly well with the Android build, and we expect to be removing support for it in master in the coming months (support will most likely still be in this years release, but not next years). RBE is the replacement, but it's

Re: [android-building] how to distribute android 10/11 ?

2020-03-01 Thread 'Orion Hodson' via Android Building
Hi Alexander Internally Android developers use goma. The thread below has pointers to the client and server. It is built on GCP. https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/eOtBzosZtd8 Kind regards Orion On Sun, 1 Mar 2020 at 22:39, alexander zhu wrote: > Hi, > > I

[android-building] how to distribute android 10/11 ?

2020-03-01 Thread alexander zhu
Hi, I faced one problem, i have tried to solve it many days. AOSP compile on one powerful physical server(36U128G) is fast . Because my company has so many people need to compile AOSP on the server,so it is busy all the time , and I do not have money to buy more.But the VM I can request