toltec icon indicating copy to clipboard operation
toltec copied to clipboard

Build dotnet instead of using binary packages

Open Eeems opened this issue 4 years ago • 4 comments
trafficstars

Eeems avatar Jul 26 '21 19:07 Eeems

The issue is that I can’t find in their docs how to make the build system do a cross-compiling build (we’d need to specify the sysroot and the compiler to use somewhere). Right now it’s looking for the x86 clang compiler, and failing since it’s not installed, but even if we install it the build is going to target x86 and not ARM.

matteodelabre avatar Jul 26 '21 22:07 matteodelabre

Time to open an issue on their repo asking for help?

Eeems avatar Jul 26 '21 22:07 Eeems

Yes, why not! I’ll continue investigating tomorrow.

matteodelabre avatar Jul 26 '21 22:07 matteodelabre

@matteodelabre did you ever open an issue? I'd like to have it linked here so I can follow it if you did.

Eeems avatar Oct 15 '21 16:10 Eeems

Upon looking into this again, I don't think it's worth implementing, due to how much we have to still depend on MS to host unmodified versions of the source files that their scripts will download to build. You have to download the installer repo, and then it will download sources, and then use them to download many more sources and then build those into the final result. The amount of space and time required does seem to be more than is worth it for our scenario.

Eeems avatar Dec 05 '23 21:12 Eeems