You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mimirtool fails to build on Windows when running make BUILD_IN_CONTAINER=true dist
# github.com/grafana/mimir/pkg/storegateway/indexheader/fileutil
pkg/storegateway/indexheader/fileutil/mmap.go:41:12: undefined: mmap
pkg/storegateway/indexheader/fileutil/mmap.go:50:10: undefined: munmap
sha256sum: ./dist/mimirtool-windows-amd64.exe: No such file or directory
Building mimirtool for windows/arm64
# github.com/grafana/mimir/pkg/storegateway/indexheader/fileutil
pkg/storegateway/indexheader/fileutil/mmap.go:41:12: undefined: mmap
pkg/storegateway/indexheader/fileutil/mmap.go:50:10: undefined: munmap
sha256sum: ./dist/mimirtool-windows-arm64.exe: No such file or directory
make: Leaving directory '/go/src/github.com/grafana/mimir'
The text was updated successfully, but these errors were encountered:
Mimirtool fails to build on Windows when running
make BUILD_IN_CONTAINER=true dist
The text was updated successfully, but these errors were encountered: