stevvooe / resumable

A Subset of the Go `crypto` Package with a Resumable Hash Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error relocation target runtime.support_avx2 not defined

nicolasStevenin opened this issue · comments

Hi,

When I test your project, I have this problem :

command: go test -buildmode pie -compiler gc -ldflags "-X github.com/stevvooe/resumable/version.commit=22b14a53ba50b6c0c575a314a13ef21142f0b466 -X github.com/stevvooe/resumable/version=0 -extldflags '-Wl,-z,relro '"
testing: github.com/stevvooe/resumable
github.com/stevvooe/resumable/sha256

github.com/stevvooe/resumable/sha256.test

github.com/stevvooe/resumable/sha256.block: relocation target runtime.support_avx2 not defined
github.com/stevvooe/resumable/sha256.block: relocation target runtime.support_bmi2 not defined
FAIL github.com/stevvooe/resumable/sha256 [build failed]

Thanks