Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error build mimir locally using make - GOVOLUMES directory not found #9637

Open
tianhaogu opened this issue Oct 15, 2024 · 0 comments
Open
Labels
area/build help wanted Extra attention is needed

Comments

@tianhaogu
Copy link

tianhaogu commented Oct 15, 2024

When I try to build mimir locally using makefile make --debug=v on Windows Git Bash, it gives me the following error:

>>>> Entering build container: protos

time winpty docker run --rm --tty -i -v ~/.ssh/:/root/.ssh:delegated,z -v /c/Users/<username>/mimir/mimir-go-cache:/go/cache -v /c/Users/<username>/mimir/mimir-go-pkg:/go/pkg -v /c/Users/<username>/mimir/mimir-go-src:/go/src/github.com/grafana/mimir:delegated,z grafana/mimir-build-image GOOS=linux GOARCH=amd64 BINARY_SUFFIX="" protos;

stat: cannot statx '/go/src/github.com/grafana/mimir': No such file or directory

make: *** [Makefile:305: protos] Error 1

I almost made no change to the Makefile, the /go/src/github.com/grafana/mimir is on line 298 of the Makefile as part of the GOVOLUMES, could anyone please help me take a look at this error? Thank you!

@narqo narqo added help wanted Extra attention is needed area/build labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants