Nikita Bykov
f683996383
fixed Install-PipxPackages.ps1 and tests
2020-10-09 09:37:58 +03:00
Maxim Lobanov
dd807aca4f
Merge pull request #1764 from maxim-lobanov/v-malob/test-fix
...
Fix Xcode test execution on MacOS images
2020-10-09 09:03:54 +03:00
Maxim Lobanov
259f935f23
Merge pull request #1749 from dmitry-shibanov/v-dmshib/add-python3.9-macOS
...
Add python 3.9.* installation for macOS
2020-10-09 07:18:54 +03:00
Dmitry Shibanov
310281c804
Merge branch 'main' into v-dmshib/add-python3.9-win
2020-10-09 00:03:36 +03:00
Dibir Magomedsaygitov
791e5997fd
[WIndows] Fix ssh-keyscan on win16 ( #1751 )
...
* fix ssh-keyscan on win16
* minor change
2020-10-08 21:44:51 +03:00
Nikita Bykov
b15e7c1c00
Merge branch 'master' of https://github.com/nikita-bykov/virtual-environments into pipx-windows
2020-10-08 20:39:45 +03:00
Mikhail Timofeev
9b09e359e8
[Ubuntu 20] Switch docker-moby installation to prod channel ( #1768 )
...
* remove condition
* remove os.sh
2020-10-08 19:34:59 +03:00
github-actions[bot]
a30fb6b041
Updating readme file for win19 version 20201004.1 ( #1730 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-10-08 15:10:46 +00:00
Nikita Bykov
48c3a310a5
added pipx and yamllint
2020-10-08 16:57:24 +03:00
Maxim Lobanov
ebd60bc886
Merge pull request #1758 from akv-platform/al-cheb/fix-ea-ubuntu
...
[Ubuntu] Replace 2>&1 to Get-CommandResult
2020-10-08 16:25:11 +03:00
Aleksandr Chebotov
cb16dfc174
[images.CI] Delete macOS VMs on build canceling ( #1742 )
...
* destroy vm
* destroy vm
* check clone status
* fix vm state
* remove exit 1
* fix params
* suppress stop-vm output
* replace or -> Or
* rename doc terms
2020-10-08 15:27:39 +03:00
github-actions[bot]
0a35359f4b
Ubuntu 1804 (20201004 update) ( #1728 )
...
* Updating readme file for ubuntu18 version 20201004.1
* fixed erlang output
* restore initial version
* Revert "restore initial version"
This reverts commit 089a6f2ca9 .
* Revert "fixed erlang output"
This reverts commit e8ddae5ace .
* fix erlang version
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-10-08 11:50:43 +00:00
Dmitry Shibanov
be156d1ec4
change to seperate variables
2020-10-08 13:20:08 +03:00
Alena Sviridenko
124b841aca
updated triage rules ( #1766 )
2020-10-08 12:27:44 +03:00
Maxim Lobanov
99ae7b27a8
Merge pull request #1748 from dmitry-shibanov/v-dmshib/add-python3.9
...
Add python 3.9.* installation for linux
2020-10-08 12:27:26 +03:00
github-actions[bot]
5c26e32b91
Ubuntu 1604 (20201004 update) ( #1727 )
...
* Updating readme file for ubuntu16 version 20201004.1
* fix erlang version
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: AlyonaSviridenko <alenasviridenko@github.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-10-08 09:15:48 +00:00
Maxim Lobanov
d934cf5214
Update Xcode.Tests.ps1
2020-10-08 10:53:24 +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
Maxim Lobanov
027ea61933
Merge pull request #1753 from dmitry-shibanov/v-dmshib/add-improt-utils-openssl
...
Add import utils for openssl.sh
2020-10-08 09:43:57 +03:00
Maxim Lobanov
bc2217e17a
Merge pull request #1674 from hutson/refactor/win/file-name
...
refactor(windows): consistent file naming
2020-10-08 09:40:55 +03:00
github-actions[bot]
07b825bf7c
Ubuntu 2004 (20201004 update) ( #1729 )
...
* Updating readme file for ubuntu20 version 20201004.1
* fix erlang version
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: AlyonaSviridenko <alenasviridenko@github.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-10-08 04:41:38 +00:00
Hutson Betts
5282793d8b
refactor(windows): consistent file naming
...
Use the same file naming scheme for Windows as is used for Ubuntu, where
the file name includes the Operating System name and release, but
not the target platform.
This also encourages downstream consumers to re-use the same files with
alternative targets by extending the `builders` section and using the
`-only` command line option with Packer to specify the build target.
Closes #1636
2020-10-07 23:11:54 -05:00
Aleksandr Chebotov
020349c8e6
replace 2>&1 to Get-CommandResult
2020-10-07 18:26:40 +03:00
Aleksandr Chebotov
17d233cac5
[macOS] Set $ErrorActionPreference = "Stop" in SoftwareReport.Generator.ps1 ( #1692 )
...
* $ErrorActionPreference = "Stop"
* revert changes for ubuntu
2020-10-07 17:14:00 +03:00
Maxim Lobanov
4086f5e3e9
Merge pull request #1699 from dmitry-shibanov/v-dmshib/android-tools-dynamic-linux
...
[Linux] Retrieve the list of Android packages for installing dynamically
2020-10-07 16:55:27 +03:00
Nikita Bykov
ef1a055d44
added pipx to 10.13
2020-10-07 16:20:27 +03:00
Nikita Bykov
6742dd7a54
resolved comments
2020-10-07 14:58:13 +03:00
github-actions[bot]
7459f57aac
Updating readme file for macos-10.15 version 20201003.1 ( #1737 )
...
Co-authored-by: no-reply@microsoft.com <Image generation service account>
Co-authored-by: Actions service account <no-reply@github.com >
2020-10-07 11:48:57 +00:00
Maxim Lobanov
bab7c0d07f
Update Xcode.Tests.ps1
2020-10-07 12:19:32 +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
Nikita Bykov
5d96d50f59
added pipx and yamllint
2020-10-07 09:29:37 +03:00
Dmitry Shibanov
0a2873ae03
fixing tests
2020-10-07 00:19:13 +03:00
Dmitry Shibanov
b4a20707d8
add 3.9.0 for windows
2020-10-06 17:06:58 +03:00
Dmitry Shibanov
985dfec819
add python 3.9.0
2020-10-06 15:58:54 +03:00
Dmitry Shibanov
539aed4037
add python 3.9
2020-10-06 15:50:59 +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
Vladimir Safonkin
58cf3bb6a4
Minor fix
2020-10-06 13:11:47 +03:00
Maxim Lobanov
f80d9cdc66
reuse function
2020-10-06 11:11:36 +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
Maxim Lobanov
755c9da185
Merge pull request #1720 from akv-platform/al-cheb/ea-powershell-windows
...
[Windows] Fail Windows image building on error in generation scripts
2020-10-06 10:50:47 +03:00
Dmitry Shibanov
b6b4f9f36c
fix function for taking all platforms
2020-10-06 10:29:26 +03:00
Dmitry Shibanov
cde29c1bc6
fix add import
2020-10-06 10:27:47 +03:00
Vladimir Safonkin
6b1e7f5cdb
Fix Ubuntu 16 doc
2020-10-06 09:30:49 +03:00
Vladimir Safonkin
3024e8ebe2
Fix jq parsing
2020-10-06 09:21:36 +03:00