opentelemetry-dotnet-instrumentation
opentelemetry-dotnet-instrumentation copied to clipboard
Document required versions of the native tools
After a quick look at
- Your
clangversion looks old. I would suggest using at least7.0. - What is your version of
gcc? I suggest at least8.3
This is what is installed on GH runners for reference: https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#language-and-runtime
Here is our doc what is needed but there is no info regarding version (it should work with the latest versions): https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docs/developing.md#linux-and-macos
Please let me know if it helps or if I need to look deeper.
Originally posted by @pellared in https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/1327#issuecomment-1265241250