You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An offline build of the VMR on tag v8.0.0-rc.2.23479.6 outputs Private.SourceBuilt.Prebuilts.8.0.100-rc.2.23502.1.ubuntu.23.10-x64.tar.gz, which contains the following files:
$ tar tf Private.SourceBuilt.Prebuilts.8.0.100-rc.2.23502.1.ubuntu.23.10-x64.tar.gz
./
./FSharp.Compiler.Service.43.8.100.nupkg
./FSharp.Core.8.0.100.nupkg
./FSharp.Core.8.0.100-beta.23475.2.nupkg
./FSharp.Compiler.Service.43.8.100-preview.23475.2.nupkg
I've run a quick checksum comparison between these files and the ones with the same name from the Artifacts tarball and they seem to be the same.
Steps to Reproduce
This was a stage 2 kind of build, built against the currently published .NET 8 RC2 package on the Ubuntu archive.
Yes, this is the same issue as .NET Source Build (view). These are not actual prebuilts. This was fixed in main (.NET 9.0). This issue has existed for a long time now - it affects 6.0 and 7.0 as well. @mateusrodrigues how impactful is this for you? Trying to gauge if this fix needs to be backported or not.
Not impactful at all. We are simply ignoring the Prebuilts tarball and only shipping the Artifacts one. I guess we can close this one since it has already been fixed in main. Thanks!
Describe the Bug
An offline build of the VMR on tag
v8.0.0-rc.2.23479.6
outputsPrivate.SourceBuilt.Prebuilts.8.0.100-rc.2.23502.1.ubuntu.23.10-x64.tar.gz
, which contains the following files:I've run a quick checksum comparison between these files and the ones with the same name from the Artifacts tarball and they seem to be the same.
Steps to Reproduce
This was a stage 2 kind of build, built against the currently published .NET 8 RC2 package on the Ubuntu archive.
Step 1: installed dependencies
Step 2: linked artifacts tarball
Step 3: copied SDK file tree to current folder
Step 4: ran build script
Other Information
Seems to be related to #2989
The text was updated successfully, but these errors were encountered: