martin-g commented on PR #3213: URL: https://github.com/apache/avro/pull/3213#issuecomment-2416010934
@KalleOlaviNiemitalo @zcsizmadia Any ideas how to fix this for ubuntu-24.04: ``` Testhost process for source(s) '/home/runner/work/avro/avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/bin/Release/netcoreapp3.1/Avro.File.XZ.Test.dll' exited with error: Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. 2024-10-16T07:40:09.5324651Z at System.Environment.FailFast(System.String) 2024-10-16T07:40:09.5325787Z at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode() 2024-10-16T07:40:09.5327122Z at System.Globalization.GlobalizationMode..cctor() 2024-10-16T07:40:09.5328235Z at System.Globalization.CultureData.CreateCultureWithInvariantData() 2024-10-16T07:40:09.5329310Z at System.Globalization.CultureData.get_Invariant() 2024-10-16T07:40:09.5330141Z at System.Globalization.CultureInfo..cctor() 2024-10-16T07:40:09.5330853Z at System.String.ToUpperInvariant() 2024-10-16T07:40:09.5331693Z at System.Diagnostics.Tracing.EventSource.GetGuid(System.Type) 2024-10-16T07:40:09.5333184Z at System.Diagnostics.Tracing.EventSource..ctor(System.Diagnostics.Tracing.EventSourceSettings, System.String[]) 2024-10-16T07:40:09.5334978Z at System.Diagnostics.Tracing.EventSource..ctor() 2024-10-16T07:40:09.5336461Z at Microsoft.VisualStudio.TestPlatform.CoreUtilities.Tracing.TestPlatformEventSource..ctor() 2024-10-16T07:40:09.5338503Z at Microsoft.VisualStudio.TestPlatform.CoreUtilities.Tracing.TestPlatformEventSource..cctor() 2024-10-16T07:40:09.5340327Z at Microsoft.VisualStudio.TestPlatform.CoreUtilities.Tracing.TestPlatformEventSource.get_Instance() 2024-10-16T07:40:09.5341999Z at Microsoft.VisualStudio.TestPlatform.TestHost.Program.Main(System.String[]) ``` ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
