Attempted to compile a program importing GenjiDB with GOARCH=386
What did you expect to see?
Successful compilation
What did you see instead?
# github.com/cockroachdb/pebble/internal/batchskl
../../.go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20220708173837-d3484a60444e/internal/batchskl/skl.go:310:18: maxNodesSize (untyped int constant 4294967295) overflows int
../../.go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20220708173837-d3484a60444e/internal/batchskl/skl.go:320:16: cannot use maxNodesSize (untyped int constant 4294967295) as int value in assignment (overflows)
This appears to be an issue with Pebble (cockroachdb/pebble#2120)
What version of Genji are you using?
What did you do?
Attempted to compile a program importing GenjiDB with
GOARCH=386
What did you expect to see?
Successful compilation
What did you see instead?
This appears to be an issue with Pebble (cockroachdb/pebble#2120)