chai
chai copied to clipboard
wont compile for arm with pebble 1.0.0
What version of Chai are you using?
v0.16.0
What did you do?
on a Windows machine $Env:GOOS = 'linux' $Env:GOARCH = 'arm' go build
What did you expect to see?
successful compile
What did you see instead?
github.com/cockroachdb/pebble/vfs vendor\github.com\cockroachdb\pebble\vfs\default_linux_arm.go:21:21: undefined: isSyncRangeSupported
because of this fixed bug in pebble: https://github.com/cockroachdb/pebble/issues/2514
because: It's unclear if we should be calling isSyncRangeSupported at all because it's not provided on arm under any case