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

Fixes installation loop #436

Merged
merged 1 commit into from
Jan 6, 2021
Merged

Conversation

andreban
Copy link
Member

@andreban andreban commented Jan 5, 2021

The loop is caused by untar failing due to the files already
existing on the system. We set unlink: true so existing
files are overwritten.

A couple of related issues for other PRs:

  • Error message is not being displayed.
  • If Android SDK installation fails we shouldn't reinstall the JDK.
    So, those states need to be handled separately.

Closes #428

The loop is caused by untar failing due to the files already
existing on the system. We set `unlink: true` so existing
files are overwritten.
@andreban andreban requested a review from PEConn January 5, 2021 16:44
@andreban andreban merged commit 9b6db83 into GoogleChromeLabs:master Jan 6, 2021
@andreban andreban added the bug Something isn't working label Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting up loop
2 participants