Skip to content

Streamline --arch arg with --os#129799

Merged
jkotas merged 2 commits into
dotnet:mainfrom
am11:patch-53
Jun 25, 2026
Merged

Streamline --arch arg with --os#129799
jkotas merged 2 commits into
dotnet:mainfrom
am11:patch-53

Conversation

@am11

@am11 am11 commented Jun 24, 2026

Copy link
Copy Markdown
Member

Currently, this works:

src/tests/build.sh --os $os --$arch

but neither this symmetrical variant works:

src/tests/build.sh --$os --$arch

nor this:

src/tests/build.sh --os $os --arch $arch

PR adds --arch in addition to the existing --$arch to avoid breaking local workflows.

@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label Jun 24, 2026
@am11 am11 force-pushed the patch-53 branch 3 times, most recently from 30e3182 to e3276aa Compare June 24, 2026 14:39
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

@jkotas jkotas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@jkotas jkotas merged commit c369fd6 into dotnet:main Jun 25, 2026
206 of 211 checks passed
@am11 am11 deleted the patch-53 branch June 26, 2026 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Infrastructure community-contribution Indicates that the PR has been added by a community member

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants