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

Arcade should include scripts for determining OS name, architecture, and distro RID #13946

Closed
1 of 5 tasks
elinor-fung opened this issue Aug 7, 2023 · 1 comment · Fixed by #13947
Closed
1 of 5 tasks

Comments

@elinor-fung
Copy link
Member

  • This issue is blocking
  • This issue is causing unreasonable pain

dotnet/runtime currently has scripts for determining the OS name, architecture, and distro RID,:
https://github.com/dotnet/runtime/blob/main/eng/native/init-distro-rid.sh
https://github.com/dotnet/runtime/blob/main/eng/native/init-os-and-arch.sh

This would be useful functionality to have in Arcade itself in eng/common. There are already copies in other repos (for example, diagnostics, dotnet-monitor) which are manually synced to the runtime version when there's an issue.

dotnet/source-build#3578 would also need this functionality.

Release Note Category

  • Feature changes/additions
  • Bug fixes
  • Internal Infrastructure Improvements

Release Note Description

@missymessa
Copy link
Member

@elinor-fung, feel free to submit a PR with these additions to the repo :)

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.

2 participants