-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make download binaries work on a broader set of Linux distros #144
Comments
Can you share build error and build command?
Thanks for feedback, we'll consider switch to older ubuntu. For now you can use build from source on ubuntu 18.04. |
In the
The compilation fails with:
|
The distro that is used to build the release binaries limits on what distros these binaries can be used.
Using an older distro enables the binaries to work across a broader set of distros.
To make their .NET
linux-x64
binaries work across a large of distros, Microsoft pick an 'old' distro for each release.Up until .NET 6, CentOS 7 was used, .NET 8 uses Ubuntu 16.04, and .NET 9 will use Ubuntu 18.04.
It would be nice if
netcoredbg
release binaries work on a large set of the Microsoft supported distros.To try some old distro builds, I compiled
netcoredbg
with the Ubuntu versions Microsoft is using. The build failed with a c++ error on Ubuntu 16.04. On Ubuntu 18.04, it passed without errors. The Ubuntu 18.04 works across more distros than the currently provided release downloads, including Ubuntu 18.04, RHEL 8, and Debian Buster.The text was updated successfully, but these errors were encountered: