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

Unable to build #298

Open
nidhin077 opened this issue Aug 16, 2022 · 1 comment
Open

Unable to build #298

nidhin077 opened this issue Aug 16, 2022 · 1 comment

Comments

@nidhin077
Copy link

I'm trying to build the binaries within Docker. While building, getting errors. The below-mentioned Docker file is used.

FROM golang:1.14

RUN cd / &&
git clone https://github.com/augmentable-dev/gitqlite.git &&
cd /gitqlite &&
make build

The error message is:

go: github.com/libgit2/git2go/[email protected]: parsing git2go/go.mod: open /gitqlite/git2go/go.mod: no such file or directory
make: *** [Makefile:59: build] Error 1
The command '/bin/sh -c cd / && git clone https://github.com/augmentable-dev/gitqlite.git && cd /gitqlite && make build' returned a non-zero code: 2

Please take a look and let me know how to proceed with the same.

@patrickdevivo
Copy link
Contributor

Hi @nidhin077 - this looks like a very old Docker file, please see this one: https://github.com/mergestat/mergestat/blob/main/Dockerfile

Let me know if that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants