dotnet / corefx-tools

Place to include various misc tools for .NET and .NET Core.
MIT License
58 stars 41 forks source link

PerfCollect Fails to Install Perf on Preview5 Docker Image #101

Closed brianrob closed 5 years ago

brianrob commented 5 years ago

Docker Image: mcr.microsoft.com/dotnet/core-nightly/sdk:3.0.100-preview5

Preview5 moved from Debian Stretch to Debian Buster and linux-tools is not available in the stable feed (yet?) We can work around this by installing linux-perf, but will also need to make sure that we point at the right version (it is looking for 4.9 but installing 4.19).