-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NET 7 RC2 version and SDK version mismatched when building on Ubuntu 22.04 #3078
Comments
Thanks for the logs! I'm looking at this now. |
This does seem to be a date leaking in. I built the .NET 7 RC 2 last week and I got a That's not great for reproducibility. |
Hm, in RC 2, the generated |
I think the issue is that installer can't include itself in |
Can we check if there's a git tag associated with current commit when building the source-tarbal? If there is, save that tag as the build id? |
I've verified this is fixed in the stabilized 7.0 builds. I think the right approach going forward is to fix #2250. I've noted Omair's suggestion about the git tag there as well. |
Hi team,
as discussed, and following dotnet/core#7865 (comment) where we find 7.0.100-rc.2.22517.1 versus tag 7.0.100-rc.2.22477.23, here is the complete output of the
dotnet --info
command and the link to the build log (https://launchpadlibrarian.net/629297430/buildlog_ubuntu-jammy-arm64.dotnet7_7.0.100-rc.2.22477.23~bootstrap+arm64-0ubuntu1~22.04.1_BUILDING.txt.gz)The same also occurs for the x64 architecture (I can also provide that log if needed.. or if anything else is needed!).
Thanks in advance!
Miriam
cc @omajid @crummel @MichaelSimons
The text was updated successfully, but these errors were encountered: