Commit Graph

44 Commits

Author SHA1 Message Date
Mikhail Timofeev
cb27a9e0ad [macOS] Get rid of NDK version check test (#2280)
* change test to ndk 22

* remove test completely
2020-12-16 10:28:06 +03:00
Nikita Bykov
d729747846 [macOS] Add GNU Tar (#2163)
* added gnu-tar

* rework gnu-tar installation

* fix SoftwareReport for gnu-tar

* add bsdtar to SoftwareReport

* updated SoftwareReport

Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
2020-12-15 10:43:27 +03:00
Mikhail Timofeev
b635f29ec0 [macOS] Deprecate openssl 1.0.2 and set 1.1 as the default one (#2223)
* switch to 1.1 + test

* fix echo

* add path test

* fix version test

* Update comment

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-12-11 09:47:34 +03:00
Aleksandr Chebotov
d0dd391b70 [macos] install gfortran-10 (#2186) 2020-12-03 18:40:19 +03:00
Dibir Magomedsaygitov
75d141eb67 [macOS] Pre-cache Ruby binaries (#2085)
* precache ruby binaries

* remove github_feed_token and minor change

* do not install ruby binaries from toolset

* remove toolcache file
2020-11-27 10:53:17 +03:00
Maxim Lobanov
142bbb8e24 Merge branch 'main' of https://github.com/actions/virtual-environments into v-malob/xcode 2020-11-09 17:51:05 +03:00
Maxim Lobanov
0a3cb90980 Merge pull request #1715 from maxim-lobanov/v-malob/big-sur
Enable Java tests since Java switching was fixed in MacOS 11.0
2020-11-09 12:29:43 +03:00
Maxim Lobanov
fa9109cc62 [MacOS] Exclude release candidates from XCODE_DEVELOPER_DIR variables (#1998)
* exclude release candidates from XCODE_DEVELOPER_DIR

* Update Xcode.Tests.ps1
2020-11-06 22:13:28 +03:00
Maxim Lobanov
526e796633 Merge branch 'main' of https://github.com/actions/virtual-environments into v-malob/xcode 2020-11-06 14:41:15 +03:00
Maxim Lobanov
bf48ac16ea fix typos 2020-11-06 14:38:43 +03:00
Maxim Lobanov
589cb6f612 Merge branch 'main' of https://github.com/actions/virtual-environments into v-malob/big-sur 2020-11-05 10:47:38 +03:00
Maxim Lobanov
5fac646209 Update Node.Tests.ps1 2020-11-05 10:38:20 +03:00
Maxim Lobanov
43e905b4bd Update Java.Tests.ps1 2020-11-03 16:58:07 +03:00
Maxim Lobanov
8c96dbb9bb fix tests 2020-11-03 09:13:58 +03:00
Maxim Lobanov
5ec18c4b3d Update Java.Tests.ps1 2020-11-02 15:47:58 +03:00
Maxim Lobanov
a9f7d6bdf2 Merge branch 'main' of https://github.com/actions/virtual-environments into v-malob/xcode 2020-11-01 12:09:45 +03:00
Maxim Lobanov
85b8007337 fix tests 2020-11-01 11:13:45 +03:00
Maxim Lobanov
cca2fdee1b Merge branch 'main' of https://github.com/actions/virtual-environments into v-malob/big-sur 2020-10-27 13:13:54 +03:00
Maxim Lobanov
14a848397e Merge branch 'main' of https://github.com/actions/virtual-environments into v-malob/xcode 2020-10-23 11:06:25 +03:00
Maxim Lobanov
e03812a6b7 xcode-tools 2020-10-22 18:01:14 +03:00
Nikita Bykov
00bb4818ce fixed pipx packages tests 2020-10-21 15:50:53 +03:00
Nikita Bykov
8bde89347e Merge branch 'master' of https://github.com/nikita-bykov/virtual-environments into pipx 2020-10-19 09:41:36 +03:00
Mikhail Timofeev
a58d9b4035 add test for pip3 path 2020-10-16 15:19:57 +03:00
Nikita Bykov
794bd4e886 Merge branch 'master' of https://github.com/nikita-bykov/virtual-environments into pipx 2020-10-16 12:40:24 +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
Nikita Bykov
9c029fc29e Merge branch 'master' of https://github.com/nikita-bykov/virtual-environments into pipx 2020-10-12 11:11:02 +03:00
Dmitry Shibanov
be156d1ec4 change to seperate variables 2020-10-08 13:20:08 +03:00
Maxim Lobanov
d934cf5214 Update Xcode.Tests.ps1 2020-10-08 10:53:24 +03:00
Nikita Bykov
6742dd7a54 resolved comments 2020-10-07 14:58:13 +03:00
Maxim Lobanov
bab7c0d07f Update Xcode.Tests.ps1 2020-10-07 12:19:32 +03:00
Dmitry Shibanov
0a2873ae03 fixing tests 2020-10-07 00:19:13 +03:00
Maxim Lobanov
f80d9cdc66 reuse function 2020-10-06 11:11:36 +03:00
Maxim Lobanov
1ce450def9 Remove Xcode 12 beta 2020-10-06 11:09:20 +03:00
Dmitry Shibanov
cde29c1bc6 fix add import 2020-10-06 10:27:47 +03:00
Maxim Lobanov
0dfb1b07dd Enable Java tests since Java switching was fixed in MacOS 11.0 beta 9 2020-10-01 17:53:12 +03:00
Dmitry Shibanov
d7fcfc5979 install dynamic for macOS 2020-09-29 18:19:26 +03:00
Maxim Lobanov
7fe98f7934 Merge pull request #1645 from al-cheb/al-cheb/remove-pkgs-bigsur
[macOS] Remove R and virtualbox packages for macOS Big Sur
2020-09-23 17:38:36 +03:00
Maxim Lobanov
f199e4ad67 Merge pull request #1630 from al-cheb/al-cheb/install-interm-cert
[macOS] Apple Worldwide Developer Relations Intermediate Certificate Expiration
2020-09-23 09:44:22 +03:00
Aleksandr Chebotov
907a61cd2f exclude vagrant 2020-09-22 12:30:15 +03:00
Aleksandr Chebotov
d0524e9381 exclude R and virtualbox 2020-09-22 12:12:44 +03:00
Aleksandr Chebotov
8de9bcc26c add AppleWWDRCAG3.cer 2020-09-21 10:53:56 +03:00
Maxim Lobanov
702796b09b Bring latest changes from internal Mac-Cloud repository from 21 September 2020-09-21 09:46:17 +03:00
Maxim Lobanov
511c6e636b move source code to public 2020-09-10 14:34:08 +03:00