We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GitHub Issues are deprecated. Use Discuss Issues for reporting issues about this repository.
Any go package that depends on Badger and builds using buildmode=plugin or anything using dyanmic link will see the error:
when dynamic linking, R15 is clobbered by a global variable access and is used here
This is originating from cespare/xxhash module, the issue is described over here: cespare/xxhash#54. It's fixed in their latest release: https://github.com/cespare/xxhash/releases/tag/v2.1.2. Updating this module to this release in badger should resolve this issue.
cespare/xxhash
Further reference is here: golang/go#43661.
The text was updated successfully, but these errors were encountered:
Use Discuss Issues for reporting issues about this repository.
Sorry, something went wrong.
No branches or pull requests
GitHub Issues are deprecated. Use Discuss Issues for reporting issues about this repository.
Any go package that depends on Badger and builds using buildmode=plugin or anything using dyanmic link will see the error:
This is originating from
cespare/xxhash
module, the issue is described over here: cespare/xxhash#54. It's fixed in their latest release: https://github.com/cespare/xxhash/releases/tag/v2.1.2. Updating this module to this release in badger should resolve this issue.Further reference is here: golang/go#43661.
The text was updated successfully, but these errors were encountered: