-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweaks to windows agent to support distribution builds (#187)
* Add changes to windows on git mem limits and long path Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Add gh Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Add windows git full path to avoid random missing git clone errors Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Add more fixes to the windows agent Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Add windows agents Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Update windows ami Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
- Loading branch information
1 parent
7b3cdeb
commit 76d3735
Showing
4 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
echo "Enable Long Path" | ||
set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled -Type DWORD -Value 1 -Force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters