krakend-ce icon indicating copy to clipboard operation
krakend-ce copied to clipboard

Need update xxhash v2.1.1 to v2.1.2 to fix https://github.com/cespare/xxhash/issues/54

Open flyznex opened this issue 2 years ago • 0 comments

While I try to build plugin with -buildmode=plugin in alpine docker image. I got error: github.com/cespare/xxhash/v2 asm: xxhash_amd64.s:120: when dynamic linking, R15 is clobbered by a global variable access and is used here: 00092 (/go/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s:120)ADDQ R15, AX asm: assembly failed

This error was fixed in version v2.1.2. Need update!

flyznex avatar Mar 16 '22 10:03 flyznex