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

ci: containerize linux deps #100

Closed
junr03 opened this issue Jun 17, 2019 · 3 comments
Closed

ci: containerize linux deps #100

junr03 opened this issue Jun 17, 2019 · 3 comments

Comments

@junr03
Copy link
Member

junr03 commented Jun 17, 2019

Currently linux deps are installed on every linux CI run. We can build an image and host it on dockerhub. The wrinkle here is that the Azure linux agent gives us a bunch of stuff for free -- including the android sdk and ndk -- so we will have to bake that into the image as well.

@junr03 junr03 added the ci label Jun 17, 2019
@junr03 junr03 added this to the v0.2 "Primo" milestone Jun 17, 2019
@junr03 junr03 self-assigned this Jun 17, 2019
@stale
Copy link

stale bot commented Jul 17, 2019

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 17, 2019
@cafedomingo cafedomingo removed this from the v0.2 "Primo" milestone Sep 11, 2019
@junr03 junr03 added this to the Backlog milestone Mar 18, 2020
@jpsim
Copy link
Contributor

jpsim commented Dec 6, 2022

This is mostly done since we use the envoy-build-ubuntu Docker image.

There's a single CI job that installs some Android build dependencies via this script: https://github.com/envoyproxy/envoy/blob/main/mobile/ci/linux_ci_setup.sh

A recent run of that CI job shows that this setup took 68 seconds to run so this isn't a significant concern: https://github.com/envoyproxy/envoy/actions/runs/3631327773/jobs/6125815249

@jpsim jpsim closed this as completed Dec 6, 2022
@jpsim
Copy link
Contributor

jpsim commented Dec 6, 2022

Attempting to do this anyway: envoyproxy/envoy-build-tools#188

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

No branches or pull requests

3 participants