-
Notifications
You must be signed in to change notification settings - Fork 67
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
macOS image with Android SDK bundled? #3
Comments
I'm actually working on a VM with Flutter pre-installed. Can include Android SDK as well! But first need to make a Homebrew formula that works. Formulas in flutter/flutter#14050 don't quite work, you can't change channel if you are using them. |
Nice! In this case, I wouldn't want flutter installed, just the Android SDK. Part of the test would be pulling flutter down |
Will it be ok to have Flutter pre-installed though? macOS VMs uses layers but they are still pretty huge, don't want to create too many of them. |
Should be fine |
You might have an easier time just doing git clone (maybe single branch) followed by flutter precache |
Similar request to https://github.com/cirruslabs/docker-images-windows/issues/3 - if we could have Android SDK pre-bundled here it would help with some integration tests I want to write. Otherwise I'd have to pull it down and try to cache it.
The text was updated successfully, but these errors were encountered: