Closed rucoder closed 3 months ago
What is CI complaining about?
What is CI complaining about?
@deitch It complains about tags, do you ALWAYS push? e.g. for PR builds before they merged to main?
No, it only pushes on tags. But it does check tags when building. I can check that area and see if I can fix it.
Try rebasing on main
Looks like the rebasing worked.
Even though rust can do cross-compilation, it cannot do linking for target platform. We have to define target specific rustc options and have required toolchain installed as well as libraries for target platfrom
clang is a very good choice for cross-compilation unless we are going to build for some exotic targets