Skip to content

Conversation

@devoncarew
Copy link
Contributor

pub get was running before we'd downloaded the packages (like sky_engine) to the flutter cache; this moves cache population to before we try and run pub get.

@abarth
Copy link
Contributor

abarth commented Aug 16, 2016

LGTM but please add a comment about this ordering issue. In the future, we might run into other issues and want to shuffle things around again. Documenting all the ordering issues will help us understand the constraints.

@devoncarew
Copy link
Contributor Author

Makes sense - added a comment about why we populate the cache before calling pub get.

@devoncarew devoncarew merged commit 2259c59 into flutter:master Aug 16, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flutter run doesn't actually fetch the engine artifacts and so forth

2 participants