temporalio / sdk-dotnet

Temporal .NET SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] NuGet package is built with too-new of a glibc version

cretz opened this issue · comments

Describe the bug

We use glibc 2.32 in the GH ubuntu-latest which is too new for older distros (like mcr.microsoft.com/dotnet/aspnet:7.0 which defaults to Debian 11 which is 2.31). Downgrade glibc as old as possible. Ideally manually, but can use just older ubuntu version during build if that helps.