Skip to content

Streamline --arch arg with --os#129799

Open
am11 wants to merge 1 commit into
dotnet:mainfrom
am11:patch-53
Open

Streamline --arch arg with --os#129799
am11 wants to merge 1 commit 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.

@am11

am11 commented Jun 24, 2026

Copy link
Copy Markdown
Member Author

SOS test is failing in other PRs as well #129820. Others are classified as known by BA.

cc @janvorli

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: No status

Development

Successfully merging this pull request may close these issues.

1 participant