redhat-developer / dotnet-regular-tests

.NET Core tests for .NET Bunny (RHEL & Fedora RPM tests)
MIT License
8 stars 13 forks source link

template-test: consider armv8l as arm #332

Closed ayakael closed 9 months ago

ayakael commented 10 months ago

Current failure has to do with removing libcoreclrtraceptprovider.so due https://github.com/dotnet/runtime/issues/57784. @omajid Is best practice still to remove that file since lttnng-ust tracing is still broken?

omajid commented 10 months ago

On Fedora/RHEL, we leave that file around. It doesn't seem to hurt anything as far as I can tell.

Also on Fedora/RHEL, with newer versions of .NET, we have made the dependency on lttng-ust optional at the distro-package-level. libcoreclrtraceptprovider.so correctly handles the case when lttng-ust is missing from the distro.

ayakael commented 9 months ago

I dropped the lttng changes as I adopted your approach to dealing with this bug. The test units passes now.

omajid commented 9 months ago

Thanks!