|
|
|
|
|
by AshamedCaptain
1516 days ago
|
|
You don't even need containers. These techniques (a chroot + static qemu-user with binfmt) were used many years ago to cross-build (and test) entire distributions for exotic architectures. I remember http://scratchbox.org/ would allow you to replace some components (e.g. gcc) with their native versions so as to speedup them. It is all hopelessly broken now. |
|
With a little work you should be able to do this as unprivileged/rootless as well.