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

Gitea build is failing #625

Open
AbdulrhmnGhanem opened this issue Jan 6, 2024 · 2 comments
Open

Gitea build is failing #625

AbdulrhmnGhanem opened this issue Jan 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@AbdulrhmnGhanem
Copy link
Member

AbdulrhmnGhanem commented Jan 6, 2024

Running docker build for our fork without changing anything fails!

@AbdulrhmnGhanem AbdulrhmnGhanem added the bug Something isn't working label Jan 6, 2024
@kasbah
Copy link
Member

kasbah commented Jan 7, 2024

Are you getting this error too?

618.6 modules/hcaptcha/hcaptcha.go:11:2: unrecognized import path "go.jolheiser.com/hcaptcha": parse https://go.jolheiser.com/hcaptcha?go-get=1: no go-import meta tags (meta tag go.jolheiser.com/hcaptcha?go-get=1 did not match import path go.jolheiser.com/hcaptcha)
618.6 modules/password/pwn.go:11:2: unrecognized import path "go.jolheiser.com/pwn": parse https://go.jolheiser.com/pwn?go-get=1: no go-import meta tags (meta tag go.jolheiser.com/pwn?go-get=1 did not match import path go.jolheiser.com/pwn)
618.7 make: *** [Makefile:751: gitea] Error 1
------
Dockerfile:23
--------------------
  22 |     #Checkout version if set
  23 | >>> RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
  24 | >>>   && make clean-all build
  25 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c if [ -n \"${GITEA_VERSION}\" ]; then git checkout \"${GITEA_VERSION}\"; fi   && make clean-all build" did not complete successfully: exit code: 2

Best strategy might be to try and update Gitea and re-apply our patches.

@AbdulrhmnGhanem
Copy link
Member Author

Are you getting this error too?

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants