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

Handle os.arch value of 'amd64' in the Android Gradle Plugin. #455

Merged
merged 1 commit into from Jul 5, 2017

Conversation

bretthoerner
Copy link

@bretthoerner bretthoerner commented Jul 5, 2017

#453

The issue wasn't the classloader, it's that os.arch is amd64 and not x86_64 as the sentry-cli binary is named and so the file isn't found.

It gets weird because it seems like some JVMs may actually report x86_64, so I just handled this one (common) case for now.

@bretthoerner bretthoerner mentioned this pull request Jul 5, 2017
@bretthoerner bretthoerner merged commit dd8c717 into master Jul 5, 2017
@bretthoerner bretthoerner deleted the plugin-arch-fix branch July 11, 2017 20:01
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.

None yet

2 participants