Closed corngood closed 1 month ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
This turned out to be caused by mixing sdk rc.1 with source-built-artifacts preview.7. ILCompiler from the latter is not compatible with the former.
This is the first time we've hit an incompatibility like this in nixpkgs. What I'm going to try doing for now is to pull in source-built-artifacts from rc.1. Building with sdk preview.7 is also presumably an option, but would require us to package multiple versions of the binary sdk.
FWIW we only test matching sdk + artifacts.
Describe the Bug
Steps to Reproduce
I'm trying to do an online build bootstrapped with the binary 9.0-rc.1 SDK from nuget.org. This is the way we usually do 'stage0' builds in nixpkgs.
Other Information
I see the same exception mentioned recently in a few places, e.g. https://github.com/dotnet/sdk/pull/43070#issuecomment-2320603051 . However, these don't seem to be happening in the same place.