Commit 7174d3c
authored
[dotnet-trace][collect-linux] Handle incompatible glibc (#5634)
Not all supported RIDs will be compatible with RecordTrace, which
currently has a minimum requirement of glibc 2.34. So users running
`dotnet-trace collect-linux` in older distros will be unable to p/invoke
`librecordtrace.so` even though they are running on Linux x64/arm64.1 parent 8d3bda1 commit 7174d3c
File tree
1 file changed
+6
-0
lines changed- src/Tools/dotnet-trace/CommandLine/Commands
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
98 | 104 | | |
99 | 105 | | |
100 | 106 | | |
| |||
0 commit comments