Skip to content

The build process wont stop #2

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

Closed
ganjarsetia opened this issue Jul 24, 2023 · 3 comments
Closed

The build process wont stop #2

ganjarsetia opened this issue Jul 24, 2023 · 3 comments

Comments

@ganjarsetia
Copy link

On my machine the build take about 9 hour and still running, so I terminate it. Do you know why this is happen?

image

I'm using Ubuntu 22.04.2 LTS, go version 1.20.6, xcaddy v0.3.4

Step to reproduce

  1. Install xcaddy: sudo apt install xcaddy
  2. Clone the repo: git clone https://github.com/mholt/caddy-embed.git && cd caddy-embed
  3. Build Caddy with plugin: xcaddy build --with github.com/mholt/caddy-embed=.

I tried reinstall xcaddy with go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest and the output still the same. Do you think is xcaddy bug?

@mholt
Copy link
Owner

mholt commented Jul 24, 2023

You're likely hitting this bug in Go: golang/go#53905

@mholt
Copy link
Owner

mholt commented Jul 24, 2023

What if you try xcaddy build master ... i.e. use the latest Caddy commits?

@ganjarsetia
Copy link
Author

@mholt thanks for you reply!

its working when I run xcaddy build master --with github.com/mholt/caddy-embed=.

image

Thanks

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