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
Freely describe your questions or issues here.
i met a problem when docker building on mac, "CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build", errors as follows:
Freely describe your questions or issues here.
i met a problem when docker building on mac, "CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build", errors as follows:
110.2 go: downloading github.com/klauspost/cpuid v1.2.1
155.0 # github.com/supranational/blst/bindings/go
155.0 /go/pkg/mod/github.com/supranational/[email protected]/bindings/go/rb_tree.go:130:18: undefined: Message
157.0 # github.com/kaiachain/kaia/crypto/secp256k1
157.0 /go/pkg/mod/github.com/kaiachain/[email protected]/crypto/secp256k1/scalar_mult_nocgo.go:12:17: undefined: BitCurve
157.0 /go/pkg/mod/github.com/kaiachain/[email protected]/crypto/secp256k1/schnorr.go:27:27: undefined: BitCurve
157.0 /go/pkg/mod/github.com/kaiachain/[email protected]/crypto/secp256k1/schnorr.go:63:8: undefined: ScMul
157.0 /go/pkg/mod/github.com/kaiachain/[email protected]/crypto/secp256k1/schnorr.go:64:7: undefined: ScSub
157.0 /go/pkg/mod/github.com/kaiachain/[email protected]/crypto/secp256k1/schnorr.go:71:23: undefined: BitCurve
157.0 /go/pkg/mod/github.com/kaiachain/[email protected]/crypto/secp256k1/schnorr.go:164:35: undefined: BitCurve
157.0 /go/pkg/mod/github.com/kaiachain/[email protected]/crypto/secp256k1/schnorr.go:172:6: undefined: ScMul
157.0 /go/pkg/mod/github.com/kaiachain/[email protected]/crypto/secp256k1/schnorr.go:187:9: undefined: ScSub
157.0 /go/pkg/mod/github.com/kaiachain/[email protected]/crypto/secp256k1/schnorr.go:187:18: undefined: ScMul
The text was updated successfully, but these errors were encountered: