You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a similar issue.
packer-sdc which was working fine, had stopped working and got stuck every time I did make generate within my plugin template.
I have a packer plugin for UTM and I am adding new builders/post-processors, generating hcl2spec for my new configs depends on proper working of packer-sdc.
packer-plugin-utm %packer-sdc
^C^Z^D
I was not able to get any trace to report specific error, I can reproduce it in my machine outside of my plugin .
I even tried older release , but same result.
Overview of the Issue
Using below code with
go generate -v -x
will get stuck forever doing nothing
Reproduction Steps
Packer Plugin SDK version
packersdk.Version
Same thing happening on
0.3.4
Operating system and Environment details
OS:
macOS 13.1
Architecture:
arm64
can reproduce it on Ubuntu 22.04 x64
The text was updated successfully, but these errors were encountered: