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

[Agent] Support for Windows ARM 64 - AB#2143637 #5021

Merged
merged 26 commits into from
Nov 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
980ab69
[Agent] Support for Windows ARM-64
AdityaMankal-MS Oct 24, 2024
de59d5d
Fixed syntax error in dev.sh script
AdityaMankal-MS Oct 24, 2024
f51ada3
Fixed syntax error in dev.sh script
AdityaMankal-MS Oct 24, 2024
acfe1e0
Added Arch Echo
AdityaMankal-MS Oct 30, 2024
2167bcc
Added AMD64 Check
AdityaMankal-MS Oct 30, 2024
497b90d
Added win-arm64 to _VALID_RIDS
AdityaMankal-MS Oct 30, 2024
6ca38ad
Added win-arm64 to tool installer
AdityaMankal-MS Oct 30, 2024
5fc891f
Fixed Dependencies
AdityaMankal-MS Nov 7, 2024
7136fb7
Fixed Dependencies
AdityaMankal-MS Nov 8, 2024
6a50619
Fixed Externals.sh
AdityaMankal-MS Nov 11, 2024
c6106e3
Fixed Externals.sh
AdityaMankal-MS Nov 11, 2024
a6356fe
Fixed Build
AdityaMankal-MS Nov 11, 2024
5c6ca34
Fixed Externals.sh
AdityaMankal-MS Nov 11, 2024
ede1a41
Fixed Build
AdityaMankal-MS Nov 11, 2024
3d744a6
Fixed Build
AdityaMankal-MS Nov 11, 2024
9efe33c
Fixed Build
AdityaMankal-MS Nov 11, 2024
928f4af
Fixed Build
AdityaMankal-MS Nov 13, 2024
cf01df2
Fixed Build
AdityaMankal-MS Nov 13, 2024
be2edc9
Install .NET for ARM for Unit Tests
AdityaMankal-MS Nov 13, 2024
c4dce70
Revert: Install .NET for ARM for Unit Tests
AdityaMankal-MS Nov 13, 2024
ec3d744
Disabled Unit and Functional Tests for Win ARM 64
AdityaMankal-MS Nov 14, 2024
c796693
Formatting/Comment Corrections
AdityaMankal-MS Nov 14, 2024
24726b5
Corrected OS Arch Prop
AdityaMankal-MS Nov 18, 2024
71b3ac6
Corrected OS Arch Prop & Added Logs
AdityaMankal-MS Nov 18, 2024
c27847f
Corrected OS arch in Common.props
AdityaMankal-MS Nov 18, 2024
401f8aa
retrigger checks
AdityaMankal-MS Nov 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed Externals.sh
  • Loading branch information
AdityaMankal-MS committed Nov 19, 2024
commit c6106e3efd33e0a2a09d7ec3fd09da1772796b14
2 changes: 1 addition & 1 deletion src/Misc/externals.sh
Original file line number Diff line number Diff line change
@@ -211,7 +211,7 @@ elif [[ "$PACKAGERUNTIME" == "win-arm64" || "$PACKAGERUNTIME" == "win-arm32" ]];
fi

acquireExternalTool "$CONTAINER_URL/mingit/${MINGIT_VERSION}/MinGit-${MINGIT_VERSION}-${BIT}-bit.zip" git # Unavailable for Win ARM 64 - https://github.com/git-for-windows/git/releases
acquireExternalTool "$CONTAINER_URL/git-lfs/${LFS_VERSION}/win-arm${BIT}/git-lfs.exe" "git/mingw${BIT}/bin"
acquireExternalTool "$CONTAINER_URL/git-lfs/${LFS_VERSION}/arm${BIT}/git-lfs.exe" "git/mingw${BIT}/bin"
acquireExternalTool "$CONTAINER_URL/pdbstr/win-arm${BIT}/1/pdbstr.zip" pdbstr
acquireExternalTool "$CONTAINER_URL/symstore/win-arm${BIT}/1/symstore.zip" symstore
acquireExternalTool "$CONTAINER_URL/vstsom/m153_47c0856d_adhoc/vstsom.zip" tf # Custom package. Will the same work for Win ARM 64?