Skip to content

Verify coreclr libraries are the built ones #12

@ThadHouse

Description

@ThadHouse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions