Replies: 5 comments
-
Docker has made this pretty much a waste of development time (unless you can't do it with Docker. Which is very rare.) The justification for cross compiling (unless it's for an obscure architecture) isn't really there any more. Neither is there much of a demand for x86 binaries either. YMMV. Try Docker. I can recommend Gitlab's Docker integration as an online example. If you have a project here on Github, you could mirror it on Gitlab and use the CI/CD there to cross compile using a Docker image. EDIT: They were even talking about this exact same topic on HN today. |
Beta Was this translation helpful? Give feedback.
-
I think we already have some cross compile triplet and some contributors are improving them. |
Beta Was this translation helpful? Give feedback.
-
Example: #17505. |
Beta Was this translation helpful? Give feedback.
-
Hmm, there aren't really any good options at the moment. I guess the only way is to modify For maintainers: |
Beta Was this translation helpful? Give feedback.
-
In my opinion, we should do more support for cross-environment at the vcpkg level. |
Beta Was this translation helpful? Give feedback.
-
My question is, how to integrate vcpkg in linux with cross build toolchain, as well as sysroot?
example:
from https://github.com/microsoft/vcpkg quickstart says:
PS> .\bootstrap-vcpkg.bat
Linux:~/$ ./bootstrap-vcpkg.sh
Beta Was this translation helpful? Give feedback.
All reactions