-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync changes to macos-new-folder-structure branch (#8765)
* New folder structure * Update packer templates * Update refs in scripts * Updating readme file for macOS-12 version 20231029.1 (#8695) Co-authored-by: Image generation service account <[email protected]> Co-authored-by: Actions service account <[email protected]> * [Windows] Remove Android SDK Patch applier v4 (#8750) * remove ndk 23 from macos images (#8747) * [Mac OS] Remove 'LTS' suffix from OpenJDK version (#8751) * [windows] split docker install into 3 scripts (#8688) * [windows] split docker install into 3 scripts the idea is to end with 1 script per 1 component for better observability * Update images/win/scripts/Installers/Install-Docker-Compose.ps1 Co-authored-by: Erik Bershel <[email protected]> * Update images/win/scripts/Installers/Install-Docker-WinCred.ps1 Co-authored-by: Vasilii Polikarpov <[email protected]> * fix test --------- Co-authored-by: Erik Bershel <[email protected]> Co-authored-by: Vasilii Polikarpov <[email protected]> * remove ndk 23 from ubuntu images (#8745) * [macos] add android SDK to SW report on Ventura ARM64 (#8715) * Fix utils path in templates * Sync changes * [Mac OS] Update Anka Helpers to build Mac OS 14 ARM image (#8757) * Update Anka Helpers to build Mac OS 14 ARM image * Drop Powershell 5 support * [Mac OS] Add missing macOS Sonoma selector (#8759) * remove ndk23 from windows images (#8746) * Updating readme file for macos-13 version 20231025.2 (#8672) Co-authored-by: Image generation service account <[email protected]> * Fix macOS-12.anka template with assets path --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Image generation service account <[email protected]> Co-authored-by: Actions service account <[email protected]> Co-authored-by: Erik Bershel <[email protected]> Co-authored-by: sergei-pyshnoi <[email protected]> Co-authored-by: Vasilii Polikarpov <[email protected]> Co-authored-by: ilia-shipitsin <[email protected]>
- Loading branch information
1 parent
10bf39e
commit 647bf39
Showing
20 changed files
with
203 additions
and
173 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 |
---|---|---|
|
@@ -97,7 +97,7 @@ | |
"ndk": { | ||
"default": "25", | ||
"versions": [ | ||
"23", "24", "25", "26" | ||
"24", "25", "26" | ||
] | ||
} | ||
}, | ||
|
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 |
---|---|---|
|
@@ -91,7 +91,7 @@ | |
"ndk": { | ||
"default": "25", | ||
"versions": [ | ||
"23", "24", "25", "26" | ||
"24", "25", "26" | ||
] | ||
} | ||
}, | ||
|
Oops, something went wrong.