opentelemetry-dotnet-instrumentation icon indicating copy to clipboard operation
opentelemetry-dotnet-instrumentation copied to clipboard

Document required versions of the native tools

Open pellared opened this issue 3 years ago • 0 comments

After a quick look at

  1. Your clang version looks old. I would suggest using at least 7.0.
  2. What is your version of gcc? I suggest at least 8.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

pellared avatar Oct 05 '22 17:10 pellared