raulcd opened a new issue, #33783: URL: https://github.com/apache/arrow/issues/33783
### Describe the bug, including details regarding any error messages, version, and platform. dotnet 7.0.0 was released on November and we never added new tasks for it. https://dotnet.microsoft.com/en-us/download/dotnet/7.0 We currently only have verification jobs with 6.0.202. If I run verification locally with Ubuntu 22.04 with .NET 6.0.202 C# jobs are successful: ``` =========================== Build and test C# libraries =========================== └ Ensuring that C# is installed... └ Installed C# at (.NET 6.0.202) You can invoke the tool using the following command: sourcelink Tool 'sourcelink' (version '3.1.1') was successfully installed. /tmp/arrow-11.0.0.ReaWC/apache-arrow-11.0.0/csharp /tmp/arrow-11.0.0.ReaWC/apache-arrow-11.0.0 ~/code/arrow Determining projects to restore... ``` but it fails if I upgrade dotnet to `7.0.102`: ``` =========================== Build and test C# libraries =========================== └ Ensuring that C# is installed... └ Found C# at (.NET 7.0.102) Welcome to .NET 7.0! --------------------- SDK Version: 7.0.102 ... dev/release/verify-release-candidate.sh: line 341: 129149 Segmentation fault (core dumped) dotnet tool install --tool-path ${csharp_bin} sourcelink Failed to verify release candidate. See /tmp/arrow-11.0.0.lNQyX for details. ``` ### Component(s) C#, Release -- 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]
