Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify coreclr libraries are the built ones #12

Open
ThadHouse opened this issue May 19, 2019 · 1 comment
Open

Verify coreclr libraries are the built ones #12

ThadHouse opened this issue May 19, 2019 · 1 comment

Comments

@ThadHouse
Copy link

I was using this setup to build for an armel platform, and got really close, but eventually ran into an issue that might be exposing itself in your build too. When I was doing the build, I noticed that the coreclr output binaries were not the ones built by the source-build, but instead were the ones corefx downloaded from NuGet directly. I noticed this because I was building soft float binaries, but the coreclr binaries in the image were hard float, which couldn't even be built by my toolchain.

You should likely check with some hashes that the binaries included in your image are the built ones rather then the NuGet ones, otherwise, you might run into some odd issues.

@Tragetaschen
Copy link
Owner

Good point. I can see that for the existing ARM build as well, but I don't yet have an idea why…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants