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
Go supports configuring a "micro-architecture" via environment variables specific to each GOARCH. This allows selecting variants/extenions of the architecture's instruction set, for example. (And there may be other uses.) See golang/go#45453 for x86-64 example.
Pants should pass through those environment variables or support setting them via a config option. They will also need to be incorporated into the cache key.
The text was updated successfully, but these errors were encountered:
Go supports configuring a "micro-architecture" via environment variables specific to each GOARCH. This allows selecting variants/extenions of the architecture's instruction set, for example. (And there may be other uses.) See golang/go#45453 for x86-64 example.
Pants should pass through those environment variables or support setting them via a config option. They will also need to be incorporated into the cache key.
The text was updated successfully, but these errors were encountered: