-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing centos-stream9 runtime assets #102344
Comments
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
CI legs for CentOS-Stream9 are missing in runtime repo. |
We presumably need to update https://github.com/dotnet/runtime/blob/main/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.8.proj @jkoritzinsky I see you updated these last year in #84805, do you know who owns these packages? |
Also ties in with #103379 |
@NikolaMilosavljevic and I generally do the work for them. Officially, @NikolaMilosavljevic's team owns them. I can update the packages again (just CentOS Stream this time because RHEL/Oracle Linux 8 are still supported in .NET 9) |
@jkoritzinsky Can you let me know when the runtime change flows into the SDK? I can make a PR for the SDK after that to update the container there. |
Description
Summary
In transitioning the dotnet/installer repo into dotnet/sdk, the build uses some Linux containers. One of them is
centos-stream9
. However, the build does not succeed to download some runtime assets specific to this container.Here are some example URLs it was looking for:
However, if you change the ending from
.9-x64.rpm
to.8-x64.rpm
, the links are valid and able to download the assets. This leads me to believe the assets are not being published forcentos-stream9
but are still being published forcentos-stream8
.Reproduction Steps
Try downloading the asset from any of these links:
Expected behavior
The assets are able to be downloaded.
Actual behavior
They will fail to download/don't exist.
Regression?
No response
Known Workarounds
I've told the build to use
centos-stream8
for the time being since those assets exist.Configuration
This was specific to building the dotnet/sdk repo in AzDO on the
centos-stream9
Linux container.Other information
No response
The text was updated successfully, but these errors were encountered: