google / oboe

Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.
Apache License 2.0
3.64k stars 554 forks source link

Use cloud build for oboe binaries #1302

Open dturner opened 3 years ago

dturner commented 3 years ago

I'm currently using my mac to build the oboe binaries. This isn't a well controlled environment, and can lead to issues like this: https://github.com/google/oboe/issues/1301.

We should use a cloud building service, like prefab does, or maybe use Github actions.

dturner commented 3 years ago

@dturner Talk to Will Osborn about this