conda-forge / dotnet-feedstock

A conda-smithy repository for dotnet.
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Mark .NET6 build 0 as broken #46

Closed dhirschfeld closed 2 years ago

dhirschfeld commented 2 years ago

xref: #45

dhirschfeld commented 2 years ago
dhirschfeld commented 2 years ago

Looks like the affected packages are:

win-64/dotnet-6.0.100-h57928b3_0.tar.bz2
osx-64/dotnet-6.0.100-h694c41f_0.tar.bz2
osx-arm64/dotnet-6.0.100-hce30654_0.tar.bz2
linux-aarch64/dotnet-6.0.100-h8af1aa0_0.tar.bz2
linux-64/dotnet-6.0.100-ha770c72_0.tar.bz2
dhirschfeld commented 2 years ago

Not too many users so far: image

https://anaconda.org/conda-forge/dotnet/files

dhirschfeld commented 2 years ago

...since it's the SDK which is broken the packages should actually be:

win-64/dotnet-sdk-6.0.100-h2d74725_0.tar.bz2
osx-64/dotnet-sdk-6.0.100-ha205975_0.tar.bz2
osx-arm64/dotnet-sdk-6.0.100-hd68eb72_0.tar.bz2
linux-aarch64/dotnet-sdk-6.0.100-h25a8a10_0.tar.bz2
linux-64/dotnet-sdk-6.0.100-h73ebe80_0.tar.bz2

https://anaconda.org/conda-forge/dotnet-sdk/files

IIUC marking the SDK as broken would make the dotnet meta-package uninstallable but someone could still install the runtime (or other components) directly if they wished