-
Notifications
You must be signed in to change notification settings - Fork 133
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
Windows legs in dotnet-unified-build all have the same minimal command line #4292
Labels
Comments
Looks like Windows is missing at least TargetArchitecture but probably more. |
akoeplinger
added a commit
to dotnet/installer
that referenced
this issue
Apr 5, 2024
We didn't pass an explicit architecture so it always used the host one, even for arm64/x86 builds. Contributes to dotnet/source-build#4292
dotnet/installer#19321 adds the target arch, I compared the parameters with the Linux logic and the only other thing missing from what I can see is handling |
akoeplinger
added a commit
to dotnet/installer
that referenced
this issue
Apr 5, 2024
We didn't pass an explicit architecture so it always used the host one, even for arm64/x86 builds. Contributes to dotnet/source-build#4292
@akoeplinger @ViktorHofer Still valid? If not, please close |
This got fixed on the YML side. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the Windows builds have the same command line:
call D:\a\_work\1\s\build.cmd -ci -cleanWhileBuilding -prepareMachine
https://dnceng.visualstudio.com/internal/_build/results?buildId=2421402&view=logs&j=89eea50f-59b5-5921-c3ce-ce40b36fa819&t=031b42e3-5aa0-5997-c17d-4c3a65357561&l=11
The text was updated successfully, but these errors were encountered: