-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Description
Here is the output of make dev using go 1.11.1:
go build\
-ldflags "-X github.com/pydio/cells/common.version=0.2.0\
-X github.com/pydio/cells/common.BuildStamp=2018-01-01T00:00:00\
-X github.com/pydio/cells/common.BuildRevision=dev"\
-o cells\
main.go
# command-line-arguments
github.com/pydio/cells/vendor/golang.org/x/crypto/blake2b.supportsAVX2: relocation target runtime.support_avx2 not defined
github.com/pydio/cells/vendor/golang.org/x/crypto/blake2b.supportsAVX: relocation target runtime.support_avx not defined
make: *** [Makefile:49: dev] Error 2It works perfectly with go 1.10.3.
Maybe this issue could help: golang/go#25098.
Yamilquery
Metadata
Metadata
Assignees
Labels
No labels