-
-
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/badger@v1.6.2/dir_unix.go:63:13: undefined: unix.Flock
# github.com/dgraph-io/badger/v2
../../../../go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.4/dir_unix.go:62:13: undefined: unix.Flock
# github.com/google/certificate-transparency-go/x509
../../../../go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.6/x509/cert_pool.go:65:9: undefined: loadSystemRoots
../../../../go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.6/x509/root.go:21:32: undefined: loadSystemRoots
../../../../go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.6/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