-
Notifications
You must be signed in to change notification settings - Fork 1
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
The RUN make build
step fails in docker
#48
Comments
RUN make build
step fails in docker
@kasbah, could you reproduce the error in the first command? |
fails with the same error for me. i didn't checkout the rebase-4 branch before. |
I managed to reproduce the error apart from our changes mkdir test
cd test
git init .
git submodule add https://github.com/go-gitea/gitea
cd gitea
docker build . -t tag output 👇
A wild guess is that this is a bug in Golang itself; it doesn't handle submodules properly. |
After pulling the latest updates in https://github.com/kitspace/gitea/tree/rebase-4, the
RUN make build
step fails with the errorThis isn't the case if I run make
TAGS="bindata sqlite sqlite_unlock_notify" make build
locally.It also fails when builidng with the original docker file
Dockerfile
. Though cloninggo-gitea/gitea
and running docker build doesn't cause this error.The output of
git diff --name-only HEAD upstream/main
is shown below, I am not sure what changes can cause this error.The text was updated successfully, but these errors were encountered: