|
|
|
|
|
by disgruntledphd2
1878 days ago
|
|
> It's becoming less sane to use any systems package management to handle tool chains and libraries with each passing day. And this is a terrible development that we should all try to resist, as it leads to a combinatoral explosion of dependencies and problems, as soon as you introduce another language. So then we end up using docker to encapsulate things because they are hard to manage on one box. It just seems crazy, but I don't really have much of a solution, tbh. Perhaps we could just install the build tool (in this case rustup) for supported languages and stop trying. |
|
If all of software respected those assumptions then we wouldn't need containerization nearly to the degree we have it today.