aspect-cli icon indicating copy to clipboard operation
aspect-cli copied to clipboard

[Bug]: configure: Go extension uses host Go SDK

Open alexeagle opened this issue 5 months ago • 1 comments

What happened?

Somewhere in the code for the Go gazelle extension it wants to shell out to a go subprocess. When used via aspect configure rather than a gazelle_binary target, this leaks out to using a Go SDK installed on the system.

Version

HEAD

How to reproduce

No response

Any other information?

We should figure out why the extension wants to call a subprocess. This is against our design for making it a standalone tool.

alexeagle avatar Jan 16 '24 15:01 alexeagle