Hi,
I just noticed the env vars GOOS=aix GOARCH=ppc64 will lead to a build error:
$ GOOS=aix GOARCH=ppc64 go build
# github.com/dgraph-io/badger
../../../../go/pkg/mod/github.com/dgraph-io/[email protected]/dir_unix.go:63:13: undefined: unix.Flock
# github.com/dgraph-io/badger/v2
../../../../go/pkg/mod/github.com/dgraph-io/badger/[email protected]/dir_unix.go:62:13: undefined: unix.Flock
# github.com/google/certificate-transparency-go/x509
../../../../go/pkg/mod/github.com/google/[email protected]/x509/cert_pool.go:65:9: undefined: loadSystemRoots
../../../../go/pkg/mod/github.com/google/[email protected]/x509/root.go:21:32: undefined: loadSystemRoots
../../../../go/pkg/mod/github.com/google/[email protected]/x509/verify.go:759:12: c.systemVerify undefined (type *Certificate has no field or method systemVerify)
I think this should have worked out of the box? => https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63
I found no infos about AIX not being supported. Any help is appreciated.
Hi,
I just noticed the env vars
GOOS=aix GOARCH=ppc64will lead to a build error:I think this should have worked out of the box? => https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63
I found no infos about AIX not being supported. Any help is appreciated.