Skip to content

Enable targetting AOTC Android builds from Mac hosts. #3911

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

Merged
merged 1 commit into from
May 14, 2016

Conversation

chinmaygarde
Copy link
Member

cc @yjbanov, @jason-simmons, @sethladd

Will land once the bots settle down at 053630d

@yjbanov
Copy link
Contributor

yjbanov commented May 13, 2016

LGTM

return <List<String>>[<String>['mac_debug', 'mac_debug/artifacts.zip']];
return <List<String>>[
<String>['darwin-x64', 'darwin-x64/artifacts.zip'],
<String>['android-arm-profile/darwin-x64', 'android-arm-profile/darwin-x64.zip'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confused as to why we have this additional layer of mapping from bucket names to on-disk names. But it's OK too.

@chinmaygarde
Copy link
Member Author

Done & Rebased. Update the revision cooking on the bot. Its not done yet. Will commit once the tests pass.

Confused as to why we have this additional layer of mapping from bucket names to on-disk names.

Just replicated linux paths below. Will clean it up in a subsequent patch.

@chinmaygarde
Copy link
Member Author

Bots done and travis is green. Landing.

@chinmaygarde chinmaygarde merged commit a21dedc into flutter:master May 14, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 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.

4 participants