-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed as not planned
Labels
deferred ⏰We'll come back to this laterWe'll come back to this laterupstream ⬆️Relates to some dependency of this projectRelates to some dependency of this project
Description
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.
Metadata
Metadata
Assignees
Labels
deferred ⏰We'll come back to this laterWe'll come back to this laterupstream ⬆️Relates to some dependency of this projectRelates to some dependency of this project