Commit Graph

1038 Commits

Author SHA1 Message Date
Vasilii Polikarpov
2733b9fa28 [macOS] Install swiftlint from Homebrew (#7912) 2023-07-25 15:16:35 +02:00
Vasilii Polikarpov
fe199ce232 Stop processing when release list download fails (#7932) 2023-07-21 10:03:46 +02:00
Erik Bershel
26354abedf [macOS] Access for TestCafe to the ScreenCapture (#7893) 2023-07-20 15:24:23 +02:00
Erik Bershel
c9e6a45f28 [macOS] Remove sensitive data from a download log (#7934) 2023-07-19 18:01:40 +02:00
github-actions[bot]
07b561b31a Updating readme file for macOS-12 version 20230709.1 (#7904)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-07-19 07:36:56 +00:00
ilia-shipitsin
0f7d7a82ca [macos] download XCode installer with retries (#7898) 2023-07-18 17:47:39 +02:00
github-actions[bot]
21597cf4f4 Updating readme file for macOS-11 version 20230709.1 (#7910)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-07-18 10:29:46 +00:00
Alexey-Ayupov
48e0cd3828 Add trailing newline to bash_profile (#7909) 2023-07-14 11:36:56 +02:00
sergei-pyshnoi
38e96ca31a [Mac OS] Add permissions for provisioner to Terminal and Screen recording (#7803)
* give permissions for provisioner

* add additional permissions
2023-07-11 12:49:06 +02:00
sergei-pyshnoi
d4a497eaab add comment 2023-07-11 11:41:45 +02:00
sergei-pyshnoi
1bf18b5a8a add chown for .cache and .config for arm64 2023-07-10 16:24:32 +02:00
ilia-shipitsin
c5579bd0e9 [macos] temporarily disable simulators on XCode-15 (#7880) 2023-07-07 22:46:36 +02:00
ilia-shipitsin
2ccef4f100 [macos] fix XCode simulator install behaviour (#7878)
* [macos] fix XCode simulator install behaviour

in 3929bc9f6e
was introduced regression: simulators were installed only for latest
XCode-14 instance. However, they should be installed for all XCode-14
instances.

let us revert that behaviour

* improve code readability by moving version comparison outside loop

* rework brew installation for ARM64
2023-07-07 16:24:33 +02:00
ilia-shipitsin
2b8425307d [macos] add workaround for homebrew/core, homebrew/cask (#7866)
it was found that "git clone --depth 1 .." followed by "brew tap.."
actually works even if some git index accidently broken
2023-07-06 16:36:33 +02:00
ilia-shipitsin
63b7bc4bde [macos] refactor XCode installation approach (#7858)
* [macos] refactor XCode installation approach

xcversion does not work anymore, we are switching to storing
XCode installers in intermediate Azure storage

* remove xcode_install_user, xcode_install_password

* rename xcode_install_storage --> xcode_install_storage_url

* mark xcode installation variables sensitive

* remove xcversion_auth_cookie variable

* renamed forgotten xcode_install_storage --> xcode_install_storage_url

* remove leftover xcode_install_user
2023-07-06 11:36:08 +02:00
Vasilii Polikarpov
9f98ea4461 Fix XCode simulators installation (#7769) 2023-06-30 17:14:01 +02:00
Erik Bershel
470ea9355e [macOS] Remove .Net 3.1 as its EOL (#7811) 2023-06-30 12:17:03 +02:00
github-actions[bot]
0a6e640250 Updating readme file for macOS-12 version 20230623.2 (#7787)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
2023-06-29 20:01:49 +02:00
github-actions[bot]
f0c7d3c5b1 Updating readme file for macOS-11 version 20230623.1 (#7785)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-06-29 08:06:20 +00:00
github-actions[bot]
35643274da Updating readme file for macOS-12 version 20230618.1 (#7750)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-06-24 10:42:24 +00:00
github-actions[bot]
8712f83649 Updating readme file for macOS-11 version 20230618.1 (#7752)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-06-24 10:38:27 +00:00
Alexey-Ayupov
13cd650de2 [macOS] Add pkg-config to the software report (#7751) 2023-06-22 15:34:35 +02:00
github-actions[bot]
96f1383301 Updating readme file for macos-13 version 20230611.2 (#7707)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
2023-06-21 15:51:14 +02:00
ilia-shipitsin
a9bb38099f [macos] add pkg-config to macos-13 image (#7719) 2023-06-20 13:43:50 +02:00
github-actions[bot]
83c04bde69 Updating readme file for macOS-11 version 20230612.1 (#7728)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-06-20 09:52:59 +00:00
github-actions[bot]
c9e74cbf8c Updating readme file for macOS-12 version 20230612.1 (#7727)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-06-20 09:26:05 +00:00
Vasilii Polikarpov
d0d97cd5f8 Cache Android SDK packages list (#7709) 2023-06-16 18:34:04 +02:00
Henry Mercer
6cc825e8d6 [macOS] CodeQL: Simplify the toolcache version number for bundles tagged using semver (#7717) 2023-06-14 18:58:50 +02:00
ilia-shipitsin
40fd970a62 [macos] add XCode 15 to MacOS 13 images (#7693) 2023-06-09 17:17:49 +02:00
Shamil Mubarakshin
8504aa35f2 [macos] Adjust hcl2 packer templates with decoding (#7685) 2023-06-08 17:26:50 +02:00
github-actions[bot]
05818be3f9 Updating readme file for macos-13 version 20230524.1 (#7652)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
2023-06-07 17:15:03 +00:00
github-actions[bot]
dfdd2daf84 Updating readme file for macOS-12 version 20230516.1 (#7641)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-06-06 08:01:36 +00:00
github-actions[bot]
1670043207 Updating readme file for macOS-11 version 20230516.1 (#7642)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-06-05 14:23:06 +00:00
Shamil Mubarakshin
afd68edefb [macos] add cookie based installation for Xcode (#7666) 2023-06-03 18:15:48 +02:00
Erik Bershel
74433f1ca8 [macOS] Update condition for automation mode (#7626) 2023-05-24 15:34:44 +02:00
Vasilii Polikarpov
7042fdacbc [macOS] Add XCode 14.3.1 for macOS 13 (#7631) 2023-05-24 15:28:29 +02:00
Erik Bershel
e1366c9a6f [macOS] Fix Python2 installer condition (#7624) 2023-05-22 21:52:24 +02:00
ilia-shipitsin
9d9b3a110d [macos] add reties for dotnet download (#7601) 2023-05-18 17:08:04 +02:00
Mikhail Koliada
775c64f21c [macOS] fix preimage data for Ventura (#7594) 2023-05-18 12:53:10 +02:00
ilia-shipitsin
f2b1fa1399 [macos] enable python3 (and pipx) on macOS13 (#7599) 2023-05-18 09:21:55 +02:00
Alexey-Ayupov
eb53372646 [macOS] update scripts to fix image generation (#7608) 2023-05-17 11:39:37 +02:00
Shamil Mubarakshin
111d6ae5cf [macos] add architecture references (#7593) 2023-05-16 16:39:03 +02:00
ilia-shipitsin
efe07e28c1 [macos] systeminfo.txt: remove debug leftover (#7592) 2023-05-15 12:24:20 +02:00
Alexey-Ayupov
8b099099d9 [macos] prepare repository for ARM64 arch (#7396) 2023-05-12 13:30:13 +02:00
Vasilii Polikarpov
0997df9069 Keep imagegeneration scripts in macOS and Ubuntu (#7572) 2023-05-12 09:35:09 +02:00
github-actions[bot]
91f9205adb Updating readme file for macos-13 version 20230509.4 (#7569)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-05-11 20:38:07 +00:00
github-actions[bot]
8ff6083faf Updating readme file for macOS-12 version 20230505.1 (#7563)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-05-11 17:46:45 +00:00
github-actions[bot]
4b678ffee8 Updating readme file for macOS-11 version 20230504.1 (#7552)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-05-11 10:31:03 +00:00
sergei-pyshnoi
8bac0d5de1 [macOS] fix edge installation (#7553) 2023-05-09 19:41:47 +02:00
github-actions[bot]
8f4a9974b1 Updating readme file for macOS-12 version 20230430.1 (#7530)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2023-05-09 09:06:11 +00:00