You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, CPU, OS)?
Macbook Pro 2021 Intel Core i5 w/ 16GB RAM
What steps will reproduce the bug?
create a plugin that uses badger,
try to compile that plugin with go build -buildmode=plugin
Expected behavior and actual result.
Compilation should succeed and a shared object should be produced.
Instead the following error is reported:
# github.com/cespare/xxhash
asm: xxhash_amd64.s:120: when dynamic linking, R15 is clobbered by a global variable access and is used here: 00092 (/Users/jasonfowler/go/pkg/mod/github.com/cespare/[email protected]/xxhash_amd64.s:120) ADDQ R15, AX
asm: assembly failed
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Badger are you using?
github.com/dgraph-io/badger/v3 v3.2103.4
What version of Go are you using?
GOVERSION="go1.19.1"
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, CPU, OS)?
Macbook Pro 2021 Intel Core i5 w/ 16GB RAM
What steps will reproduce the bug?
create a plugin that uses badger,
try to compile that plugin with
go build -buildmode=plugin
Expected behavior and actual result.
Compilation should succeed and a shared object should be produced.
Instead the following error is reported:
Additional information
No response
The text was updated successfully, but these errors were encountered: