Commit Graph

64 Commits

Author SHA1 Message Date
MaksimZhukov
4444dfd517 Fix Xamarin issue with Xcode symlink 2020-10-26 17:41:40 +03:00
Maxim Lobanov
40bd4f4ca2 Merge pull request #1889 from maxim-lobanov/v-malob/fix-brew
Untap local formulas to fix "brew update" command
2020-10-24 08:11:09 +03:00
Maxim Lobanov
bbb8bd3f4c Update images/macos/provision/core/python.sh
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-10-23 20:12:58 +03:00
Maxim Lobanov
73c5b0bf87 Update images/macos/provision/core/openssl.sh
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-10-23 20:12:52 +03:00
Mikhail Timofeev
0d46520ccf [macOS] Fail builds on errors during the image generation (#1756)
* set -e and fix all the scripts

* add source utils to finalize_vm script

* change xcode version in postbuild script

* fix for softwareupdates and for xcode version
2020-10-23 17:59:08 +03:00
Vladimir Safonkin
baad68926a [macOS] Rework retry helper function (#1871)
* Rework macOS retry helper

* Add more logs
2020-10-23 14:15:22 +03:00
Maxim Lobanov
096e016372 untap formulas 2020-10-23 11:09:22 +03:00
Mikhail Timofeev
f0c96a361c Revert "Freeze xcodeproj 1.18.0" 2020-10-22 17:00:59 +03:00
Mikhail Timofeev
6a4671170f add condition to clt install 2020-10-22 09:56:45 +03:00
Mikhail Timofeev
1e5b70df37 [macOS] Add http code 404 to download with retry function (#1868) 2020-10-21 22:22:04 +03:00
Mikhail Timofeev
7258903cdc [macOS] Fix openssl on Big Sur (#1853)
* add symlink to opt

* get back 1.0.2t
2020-10-20 17:24:44 +03:00
Leonid Lapshin
2a0836a763 Change "open" tool to "xip" on XCode archive extraction (#1840)
* change open tool to xip

* cd change to pushd and popd

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-10-20 11:45:21 +03:00
Vladimir Safonkin
c5e468893d [macOS] Add retry for toolcache assets (#1798)
* Add retry for toolset manifest downloading

* Add common helper

* Minor fix

* Fix helper module path

* Fix helper module path
2020-10-19 13:28:53 +03:00
Mikhail Timofeev
0fa2247a89 change installation to package [macOS] (#1830) 2020-10-17 22:37:30 +03:00
Maxim Lobanov
91a4c7b525 Update rubygem.sh 2020-10-16 10:49:38 +03:00
Mikhail Timofeev
169953b714 [macOS] Separate xcode command line tools installation & Xcode 12.1 for Big Sur (#1815)
* add retry logic, remove separate macOS11 installation

* move to separate file
2020-10-15 19:00:36 +03:00
Mikhail Timofeev
a1f77c28f3 add workaround (#1824) 2020-10-15 17:03:33 +03:00
Maxim Lobanov
abec49dcd9 Merge pull request #1803 from MaksimZhukov/v-mazhuk/remove-mobile-center-cli
Remove mobile-center-cli package from MacOS images
2020-10-14 21:59:56 +03:00
Alena Sviridenko
8196a608de [macOS] Add Xcode 12.1 GM seed (#1805)
* added Xcode 12.1 GM

* removed Xcode 12.1 from Big Sur

* fixed Xcode dir setting
2020-10-14 15:17:13 +03:00
MaksimZhukov
2e283ae37f Add Omelette installation 2020-10-14 12:40:01 +03:00
Maxim Lobanov
0aa67caa32 Update xcode-utils.sh 2020-10-14 07:31:00 +03:00
Maxim Lobanov
327f7e2fe0 Update xcode-utils.sh 2020-10-13 23:06:11 +03:00
MaksimZhukov
71c6294c4f Change name for the node modules 2020-10-13 15:08:07 +03:00
MaksimZhukov
6872e87c70 Remove mobile-center-cli 2020-10-13 14:39:09 +03:00
Maxim Lobanov
24ce824f71 Merge pull request #1701 from dmitry-shibanov/v-dmshib/android-tools-dynamic-macOS
[macOS] Retrieve the list of Android packages for installing dynamically
2020-10-13 10:42:14 +03:00
Mikhail Timofeev
6fcc0cd300 add workaround for edge 2020-10-11 00:27:00 +03:00
Maxim Lobanov
1eb711326a Merge pull request #1763 from dibir-magomedsaygitov/v-dimago/enable-spotlight-indexing
[macOS] Enable spotlight indexing
2020-10-09 09:39:31 +03:00
Maxim Lobanov
a0a4c8f900 Merge pull request #1739 from maxim-lobanov/v-malob/12beta6
Deprecate Xcode 12 beta 6 on Catalina image
2020-10-08 10:42:37 +03:00
Dibir Magomedsaygitov
fd42010ce6 enable spotlight indexing 2020-10-08 10:16:53 +03:00
Dmitry Shibanov
e51422d95e add import utils 2020-10-07 11:59:01 +03:00
Maxim Lobanov
095a5bdd82 Merge pull request #1741 from miketimofeev/macos_fix_haskell_installation
[macOS] Fix haskell installation
2020-10-07 10:45:53 +03:00
Mikhail Timofeev
44f565e921 fix comment 2020-10-06 14:32:37 +03:00
Mikhail Timofeev
d6627e143a change pattern 2020-10-06 14:30:00 +03:00
Maxim Lobanov
ce5572effe Merge pull request #1709 from gokaygurcan/improve-nvm-installer
[Linux, macOS] Improve nvm installer
2020-10-06 14:17:13 +03:00
Mikhail Timofeev
75a1fd1897 Fix ghcup pattern 2020-10-06 13:56:12 +03:00
Maxim Lobanov
5a999ef791 Merge branch 'main' into v-malob/12beta6 2020-10-06 11:09:39 +03:00
Maxim Lobanov
1ce450def9 Remove Xcode 12 beta 2020-10-06 11:09:20 +03:00
Dmitry Shibanov
b6b4f9f36c fix function for taking all platforms 2020-10-06 10:29:26 +03:00
Sam
c66c1b90fd Update gh homebrew formula name (#1735) 2020-10-05 23:31:26 +03:00
Dmitry Shibanov
156764e42b add functions 2020-10-05 10:57:58 +03:00
Mikhail Timofeev
3e94ae478b remove grants to audiodevices 2020-10-01 21:56:41 +03:00
Gökay Gürcan
6cbf54320c Improve nvm installer 2020-10-01 11:31:02 +02:00
Dmitry Shibanov
28b4f38d98 fix pass variable 2020-09-30 11:56:42 +03:00
Mikhail Timofeev
ed60294872 [macOS] Hardcode PyPy 7.3.1 for macOS-10.13 (#1693)
* remove workaround + install 7.3.1 for hs

* get back workaround for 7.3.1

* change order
2020-09-30 10:09:54 +03:00
Dmitry Shibanov
d7fcfc5979 install dynamic for macOS 2020-09-29 18:19:26 +03:00
Maxim Lobanov
854d90d205 Merge pull request #1642 from Darleev/v-danurg/vsmac_latest_implementation
macOS: VSMAC update tools with latest flag.
2020-09-29 09:58:25 +03:00
Maxim Lobanov
7ac332bcc0 Merge pull request #1683 from miketimofeev/v-mitim/disable_spotlight_indexing
[macOS] Disable spotlight indexing
2020-09-28 16:55:17 +03:00
Mikhail Timofeev
b998ade09b disable indexing 2020-09-25 15:41:31 +03:00
Darii Nurgaleev
27d5842dc4 Merge remote-tracking branch 'upstream/main' into v-danurg/vsmac_latest_implementation 2020-09-25 19:09:38 +07:00
Dmitry Shibanov
046a1e5b71 add ANDROID_SDK_ROOT to macOS 2020-09-24 11:19:02 +03:00