Skip to content
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

Remove "no cdn" concept from install script. #563

Open
richlander opened this issue Jan 6, 2025 · 3 comments · May be fixed by #564
Open

Remove "no cdn" concept from install script. #563

richlander opened this issue Jan 6, 2025 · 3 comments · May be fixed by #564
Assignees

Comments

@richlander
Copy link
Member

This is an anti-pattern.

if [[ "$no_cdn" == "true" ]]; then
feeds=(
"https://dotnetcli.blob.core.windows.net/dotnet"
"https://dotnetbuilds.blob.core.windows.net/public"
)

@baronfel
Copy link
Member

baronfel commented Jan 6, 2025

I'm slightly concerned about removing functionality here, but I do not see much usage in public at all. Most of the usage seems to be from a thing called "ray-dotnet-install.sh". I think we can cut it, though.

@baronfel
Copy link
Member

baronfel commented Jan 6, 2025

@JanProvaznik this one as well :)

@richlander
Copy link
Member Author

Even if people are using it, it isn't something we should be offering or encouraging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants