mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 04:34:46 +08:00
Update cockroachdb-parser to fix 32-bit builds
Updated to seaweedfs/cockroachdb-parser v0.0.0-20251021182748-d0c58c67297e which includes fixes for building on 32-bit architectures like OpenBSD ARM. Fixes: - Integer overflow in tsearch evaluation (int -> int64) - Flag type overflow in lexbase and tree packages (int -> int64)
This commit is contained in:
3
go.mod
3
go.mod
@@ -464,4 +464,7 @@ require (
|
||||
storj.io/uplink v1.13.1 // indirect
|
||||
)
|
||||
|
||||
// Use the seaweedfs fork of cockroachdb-parser to fix cross-platform build issues
|
||||
replace github.com/cockroachdb/cockroachdb-parser => github.com/seaweedfs/cockroachdb-parser v0.0.0-20251021182748-d0c58c67297e
|
||||
|
||||
// replace github.com/seaweedfs/raft => /Users/chrislu/go/src/github.com/seaweedfs/raft
|
||||
|
||||
Reference in New Issue
Block a user