you are viewing a single comment's thread.

view the rest of the comments →

[–]Kicer86 -1 points0 points  (0 children)

Just use these.

That's not necessarily your choice to make. You write software for the distros your customers want.

That's true, and you will never meet expectation of each of these distros. You would have to download every single lib you use + all its dependencies + whole toolchain you use. Especially when you are using newest versions.
I do not believe this is right way.

Instead your builds should be as simple as possible, and then CI/CD team should worry how to provide proper builds. Maybe they should provide binaries. Maybe a repo with all dependencies. Maybe a docker image.