Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android/ci: run CI jobs on Linux #2614

Open
Augustyniak opened this issue Oct 18, 2022 · 4 comments
Open

android/ci: run CI jobs on Linux #2614

Augustyniak opened this issue Oct 18, 2022 · 4 comments

Comments

@Augustyniak
Copy link
Contributor

Make all Android CI jobs use Linux as opposed to the combination of both Linux and macOS.

Currently some of the Android CI jobs are ran on Linux (android_tests / kotlin_tests_linux) while the other are ran on macOS (android_tests / kotlin_tests_mac, android_tests / java_tests_mac, android_build / kotlin_helloworld).

Building Envoy Mobile aar and running example apps in Android emulator requires a full Android toolchain - that's something that may need to be set up on our Linux machines before we are able to migrate over to them.

@Augustyniak
Copy link
Contributor Author

FYI @danzh2010

@lfpino
Copy link
Contributor

lfpino commented Oct 18, 2022

@Augustyniak let us know (Engflow) when you'll start this work to make sure everything works on the remote execution end :)

cc @Yannic

@jpsim
Copy link
Contributor

jpsim commented Oct 19, 2022

One way to do this would be to add Android toolchain stuff (and possible Android Studio stuff?) to https://github.com/envoyproxy/envoy-build-tools which is the repo that generates the Docker image we use to run Android CI jobs, both on the GitHub Actions hosts and the Engflow remote executors.

@jpsim
Copy link
Contributor

jpsim commented Dec 8, 2022

Part 1: envoyproxy/envoy-build-tools#188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants