Commit Graph

203 Commits

Author SHA1 Message Date
Vladimir Safonkin
8c2cd2bb54 Merge branch 'master' into v-vlsafo/msys2-install 2020-03-24 20:14:08 +03:00
Vladimir Safonkin
9e12e181a3 Reworked validation 2020-03-24 18:49:57 +03:00
Alejandro Pauly
cd130bd704 Merge pull request #601 from lzutao/rust-mininal
rust: Use rustup's minimal profile
2020-03-24 11:12:37 -04:00
Vladimir Safonkin
9f55156c04 Fix typo 2020-03-24 17:50:30 +03:00
Vladimir Safonkin
e80bf9eefe Minor fix 2020-03-24 17:47:56 +03:00
Vladimir Safonkin
53536cea29 Add cmake check 2020-03-24 17:44:12 +03:00
Vladimir Safonkin
a9c6335663 Minor fix 2020-03-24 17:12:57 +03:00
Vladimir Safonkin
4f00d9bbfc Add tool versions to description 2020-03-24 17:11:27 +03:00
Alejandro Pauly
1ae5969a13 Merge pull request #569 from al-cheb/al-cheb/remove_boost_from_path
Remove default boost version directory with binaries from path on Windows Server 2016/2019
2020-03-24 10:06:30 -04:00
Vladimir Safonkin
303d675ea2 Reworked validation 2020-03-24 14:29:50 +03:00
Maxim Lobanov
8399806f3c Fix NSIS documentation (#604) 2020-03-24 13:23:57 +03:00
Lzu Tao
444ab15a64 rust: Use rustup's minimal profile 2020-03-24 13:24:17 +07:00
Dibir Magomedsaygitov
9b3924a23d Move "Run-Antivirus" step outside of image-generation (#574)
* Move "Run-Antivirus" step outside of image-generation

Co-authored-by: Dibir Magomedsaygitov <v-dimago@microsoft.com>
2020-03-24 09:17:38 +03:00
Alejandro Pauly
b6ccc809d5 Merge pull request #588 from MIchaelMainer/patch-1
Update Install-PHP.ps1 to include Composer
2020-03-23 16:42:11 -04:00
Maxim Lobanov
e01c3fda26 Merge pull request #580 from nikita-bykov/windows10sdk
Add Windows 10 SDK (10.0.14393.795) to Windows 2019 environment
2020-03-23 09:39:06 +03:00
Vladimir Safonkin
de434649ee Minor fix 2020-03-23 09:15:33 +03:00
Vladimir Safonkin
418d16888f Minor fix 2020-03-20 16:10:58 +03:00
Vladimir Safonkin
7720b74a00 Minor fix 2020-03-20 15:43:25 +03:00
Vladimir Safonkin
5f459a3e58 Remove errors ignore command 2020-03-20 14:48:49 +03:00
Vladimir Safonkin
58591f939b Remove redirect stderr to stdout 2020-03-20 12:47:52 +03:00
Michael Mainer
030197e844 Update Validate-PHP.ps1
Add validation for composer install
2020-03-20 01:50:21 -07:00
Michael Mainer
a4c66572ab Update Install-PHP.ps1 to include Composer
1. Install Composer from Chocolatey. PHP needs its dependency manager.
2. Enable php_openssl.dll - believe this is necessary in the case someone wants to update Composer. 

**Reference**
https://chocolatey.org/packages/composer
https://github.com/actions/virtual-environments/issues/587
https://superuser.com/questions/1010080/the-openssl-extension-is-missing-on-windows-while-installing-composer
2020-03-20 01:14:49 -07:00
Vladimir Safonkin
3fdcbbd94f Fix gcc version parsing 2020-03-20 09:58:12 +03:00
Vladimir Safonkin
326bf84da4 Fix var names 2020-03-20 09:56:20 +03:00
Nikita Bykov
b7714ce050 added Win10 SDK to 2019 env 2020-03-19 15:37:31 +03:00
Vladimir Safonkin
07b107e734 Minor fix 2020-03-19 09:25:53 +03:00
Vladimir Safonkin
3f05ba0dba Add msys2 to windows-2016 2020-03-19 09:24:11 +03:00
Maxim Lobanov
6bae5792fa Merge pull request #570 from nikita-bykov/jdk-docs
Update docs for Java in Windows and Ubuntu
2020-03-18 18:47:29 +03:00
Maxim Lobanov
0519448d82 Merge pull request #571 from dmitry-shibanov/v-dmshib/add-Helm-win
Add helm installation
2020-03-18 10:19:59 +03:00
Dmitry Shibanov
a976829e96 remove debug line 2020-03-18 10:16:29 +03:00
Dmitry Shibanov
1941e8d57d remove extra output 2020-03-18 10:00:46 +03:00
Dmitry Shibanov
18e371964f add helm istallation 2020-03-17 16:46:13 +03:00
Nikita Bykov
9f49b9c695 updated docs 2020-03-17 12:03:53 +03:00
Vladimir Safonkin
ab8fb88d95 Add validate spript 2020-03-17 11:07:29 +03:00
Aleksandr Chebotov
1cfa87b4a6 remove boost binaries from path 2020-03-17 10:54:05 +03:00
Aleksandr Chebotov
80449e25a0 update boost toolset and notes, remove BOOST_ROOT 2020-03-17 09:47:22 +03:00
Vladimir Safonkin
1773dd7a92 Add msys2 install script 2020-03-13 14:44:24 +03:00
Alejandro Pauly
4ae5711f70 Merge pull request #536 from nikita-bykov/output-readme-step
Add readme output step to Image-generation CI
2020-03-12 12:55:25 -04:00
Alejandro Pauly
5db3c2a023 Merge pull request #537 from miketimofeev/v-mitim/add_retry_logic_for_vs_extensions
Add retry logic for VS19 extensions installation
2020-03-12 12:42:52 -04:00
Maksim Petrov
161e8c26fd Fix documentation for Python and Ruby on Windows images (#478)
* Remove separate Python installation for Windows

* Remove Python2 symlink creation

* Move install-ruby and install-python to download-toolcache

* Improve download-toolcache for windows

* Small fix in docs for ruby

* V mapetr/test alt toolcache docs (#8)

* Merge Validate-Ruby and Validate-Python with Validate-Toolcache

* Small fix in output

* Small fix in download toolcache output
2020-03-12 14:53:17 +03:00
Dmitry Shibanov
a3ecb363d7 Install latest patch versions of Golang for Windows (#502)
* add golang for windows

* minor changes

* fix comments

* resolve comments

* add 1.14 version

* add debug lines

* fix arrays

* better way to remove ecmpty strings

* add path

* minor fix

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-03-12 11:14:08 +03:00
Nikita Bykov
9816707287 removed test data 2020-03-12 10:49:59 +03:00
Aleksandr Chebotov
8254ea02af update boost toolset and notes 2020-03-11 17:36:06 +03:00
Mikhail Timofeev
0e584565f4 remove exitCode variable 2020-03-11 17:31:39 +03:00
Mikhail Timofeev
bb52802370 simplify download, get rid of VS edition variable 2020-03-11 15:29:35 +03:00
Mikhail Timofeev
82330ae29b add blank line 2020-03-11 14:25:29 +03:00
Mikhail Timofeev
5e91840910 change Install-Wix 2020-03-11 14:20:49 +03:00
Mikhail Timofeev
63c8c9c587 add function to download and install vsix 2020-03-11 14:17:58 +03:00
Nikita Bykov
3408bb4e1a Merge branch 'master' of https://github.com/nikita-bykov/virtual-environments into output-readme-step 2020-03-11 12:04:00 +03:00
Nikita Bykov
d7aad6b116 Added test software to doc 2020-03-10 17:30:00 +03:00