open-telemetry / opentelemetry-collector

OpenTelemetry Collector

Home Page:https://opentelemetry.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow builder to use Go build tags/use go command flags

mx-psi opened this issue · comments

It would be useful to have an option in the builder to pass Go build tags, so that we can test the functionality currently behind the enable_unstable build tag. We could either have an option to pass the build tags or have an option to pass arbitrary flags to the go command.

This would also help in open-telemetry/opentelemetry-collector-contrib/issues/11867 if we want to keep the make otelcontribcol-unstable command after switching to use the builder.

I want to help with this, can you assign this to me? @mx-psi