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

Avoid changing the owner of unnecessary files #406

Merged
merged 4 commits into from
Oct 5, 2024

Conversation

jzbrooks
Copy link
Contributor

@jzbrooks jzbrooks commented Oct 1, 2024

There's probably even more precision to be had, but this seems like a good step forward. This is a different approach to the same problem as #344. I'd be happy to close this in favor of that one!

Source files shouldn't matter for the purposes of this tool. There are a number of files.

 % ls -R $ANDROID_HOME/sources/android-34 | wc -l       
   17750

Source files shouldn't matter for the purposes of this tool.
% ls -R $ANDROID_HOME/sources/android-34 | wc -l
   17750
@jzbrooks
Copy link
Contributor Author

jzbrooks commented Oct 4, 2024

@ychescale9, any chance the failing test is a flake? It doesn't seem related to this change.

@ychescale9
Copy link
Member

Thanks for the contribution!

Could you please run npm run build and push the changes?

I can reproduce the failing test from main branch so I think there's likely an issue with the latest version of the system image Google released. So probably not much we can do on our end.

@ychescale9 ychescale9 merged commit 1b985f4 into ReactiveCircus:main Oct 5, 2024
4 of 7 checks passed
mikehardy pushed a commit to mikehardy/android-emulator-runner that referenced this pull request Oct 10, 2024
* Avoid changing the owner of unnecessary files

Source files shouldn't matter for the purposes of this tool.
% ls -R $ANDROID_HOME/sources/android-34 | wc -l
   17750

* Remove non-existant directory

* Avoid another unnecessary chown

* Push js
ychescale9 added a commit that referenced this pull request Oct 12, 2024
* main:
  Prepare for release 2.33.0.
  Fix avd path on ubuntu-24.04 - attempt 2 (#415)
  Revert creating avd directory. (#414)
  Fix SDK path issues with ubuntu-24.04 (#409)
  SDK build tools 35.0.0, command-line tools 16.0. (#408)
  Avoid changing the owner of unnecessary files (#406)
  Update npm packages. (#401)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants