You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Android builds using binutils packages created on Ubuntu 22.04 have
been failing on Ubuntu 20.04 with the followng:
[llc stderr] /mnt/vss/_work/1/s/bin/Release/dotnet/packs/Microsoft.Android.Sdk.Linux/34.0.101/tools/Linux/binutils/bin/llc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /mnt/vss/_work/1/s/bin/Release/dotnet/packs/Microsoft.Android.Sdk.Linux/34.0.101/tools/Linux/binutils/bin/llc) (TaskId:407)
Updates the Linux build to use the oldest (and still supported) Ubuntu
LTS to improve compatibility.
0 commit comments