Commit Graph

721 Commits

Author SHA1 Message Date
Alejandro Pauly
d5058968ba Merge pull request #662 from asr/cabal-install-3.2.0.0
Added cabal-install 3.2.0.0.
2020-04-03 09:11:51 -04:00
Dmitry Shibanov
712cbbe2e1 Add nvm for linux (#582)
Install nvm on both Ubuntu 16.04 and Ubuntu 18.04 images.

Authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-04-03 09:10:34 -04:00
Aleksandr Chebotov
6c5aaf636f fix gecko url parse 2020-04-03 10:23:11 +03:00
Andrés Sicard-Ramírez
9e5ee29dc7 Added cabal-install 3.2.0.0. 2020-04-02 09:05:17 -05:00
Sergey Dolin
955b38c196 Add MongoDB 4.2 to linux images (#591)
* Add MongoDB 4.2 to linux images

* use the same installation script for all versions

* Add helpers to get Ubuntu version

* Improve helper functions

* Rename install.sh to os.sh

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-04-02 16:14:11 +03:00
Andrés Sicard-Ramírez
2938cedba4 Supported GHC 8.8.10. 2020-03-29 07:45:57 -05:00
Nikita Bykov
db9a568512 updated swift_version 2020-03-27 14:52:12 +03:00
Nikita Bykov
47dfa35375 fixed getting the swift version 2020-03-27 14:12:53 +03:00
Nikita Bykov
8bf9b15316 added getting the latest version by default 2020-03-27 13:55:47 +03:00
Nikita Bykov
01d87333d8 updated the swift version 2020-03-27 09:04:35 +03:00
Nikita Bykov
4644245213 Merge branch 'master' of https://github.com/nikita-bykov/virtual-environments into swift-support 2020-03-26 10:56:50 +03:00
Aleksandr Chebotov
cef6c2e54c fix clang-8 installation 2020-03-25 22:31:01 +03:00
Nikita Bykov
09dd3401fe added document.sh 2020-03-25 11:25:36 +03:00
Nikita Bykov
80399e072a resolve comment 2020-03-25 09:26:22 +03:00
Nikita Bykov
6f557cf84c removed unused libs and fixed swift.sh 2020-03-24 16:32:31 +03:00
Nikita Bykov
0903a6eaf2 fixed swift.sh 2020-03-24 15:56:42 +03:00
Nikita Bykov
94b6445f8c updated basic.sh for both images 2020-03-24 09:35:39 +03:00
Nikita Bykov
07e1f37d74 added swift support 2020-03-24 09:27:15 +03:00
Lzu Tao
444ab15a64 rust: Use rustup's minimal profile 2020-03-24 13:24:17 +07:00
Maxim Lobanov
8d7e0391b7 Merge pull request #586 from nikita-bykov/jdk-docs
Fixed default version mark of Java on Ubuntu
2020-03-20 10:33:59 +03:00
Nikita Bykov
1da149aefd fixed default version mark 2020-03-20 10:22:15 +03:00
Nikita Bykov
a0f02d634c fixed default version mark 2020-03-20 09:42:31 +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
Alejandro Pauly
d0a097dc5e Merge pull request #539 from vsafonkin/v-vlsafo/fix-android-sdkmanager-path
Fix android sdkmanager installation path
2020-03-17 10:44:31 -04:00
Nikita Bykov
9f49b9c695 updated docs 2020-03-17 12:03:53 +03:00
Maxim Lobanov
fa9fb5f056 Merge pull request #562 from al-cheb/al-cheb/update_ubuntu_boost_documentation
Deprecate BOOST_ROOT environment variable on Ubuntu 16.04/18.04
2020-03-17 10:25:46 +03:00
atsushieno
285850163d Add Android SDK cmake 3.10.2 component to ubuntu16.04, 18.04 and windows.
Android SDK gradle plugin supports fixed versions of cmake, which are
either 3.6.4111459 or 3.10.2. 4988404, and on Github Actions our apps
fail to build if their build.gradle specify cmake 3.10.2 because
Android Gradle Plugin tries to download and install it if it's missing
(and causes file write access violation, at least on Ubuntu).
2020-03-16 23:49:24 +09:00
Aleksandr Chebotov
3e14d47516 depreacted BOOST_ROOT env variable 2020-03-16 12:52:43 +03:00
Aleksandr Chebotov
6be8521bf6 depreacted BOOST_ROOT env variable 2020-03-16 12:51:40 +03:00
Andy Mishechkin
7584c7b879 Add Hub installation (#529)
* Hub installation has been added

* Checking and documentation updating has been created

* Canges in hub version detection code

* GIT_LFS_PATH has been removed from hub version detection

* Copy-Past has been returned

* Refactoring for separate command checking
2020-03-16 10:52:13 +03:00
Vladimir Safonkin
110661eece Minor fix 2020-03-16 09:16:06 +03:00
Vladimir Safonkin
936d5e12dc Create android sdk directory 2020-03-16 09:11:32 +03:00
Vladimir Safonkin
4e4275f2f9 Fix typo 2020-03-13 13:29:28 +03:00
Vladimir Safonkin
50c81bd62c Remove varaible from path 2020-03-13 13:26:19 +03:00
Vladimir Safonkin
c985fea383 Add check for sdk manager installation 2020-03-13 13:02:25 +03:00
Mikhail Timofeev
d05df32492 rename script to configure-environment.sh 2020-03-13 11:09:03 +03:00
Mikhail Timofeev
d9f2281200 remove comma and quotes 2020-03-13 00:12:02 +03:00
Mikhail Timofeev
09bc20f238 move inline to envvariables.sh 2020-03-12 23:46:11 +03:00
Vladimir Safonkin
f7ce1c8ca3 Fix android tools installation 2020-03-11 13:02:35 +03:00
nikita-bykov
9bc9285a02 Added installation of libc++-dev and libc++abi-dev to Ubuntu 1604 (#513)
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
2020-03-11 11:16:52 +03:00
Dmitry Shibanov
05585de03b Install latest patch versions of golang for linux (#501)
* install golang for linux
2020-03-11 11:08:20 +03:00
Vladimir Safonkin
9ca5bd0572 Fix android tools installation 2020-03-11 10:42:22 +03:00
Nelly Kiboi
a6afca3c57 Update docker compose to v1.25.4 (#524)
* feat(docker-compose): update docker-compose to 1.25.4

* feat(docker-compose): remove updates to readme
2020-03-11 10:30:39 +03:00
Alejandro Pauly
106b6346da Merge pull request #447 from NilsIrl/clang-format
Install clang-format
2020-03-09 16:22:55 -04:00
Aleksandr Chebotov
42417eb98f Add additional agent info (#499)
* add agent additional info

* add agent additional info

* add agent additional info
2020-03-08 17:41:55 +03:00
Mikhail Timofeev
531fe345a2 Fix bazelisk and mercurial output in readme (#518)
* fix output

* fix bazelisk output on ubuntu
2020-03-08 12:28:50 +03:00
Nils
db34108d06 Make clang-format-9 the default clang-format 2020-03-07 15:36:34 +00:00
Alejandro Pauly
5070020018 Merge pull request #509 from miketimofeev/v-mitim/fix_geckodriver_output
Fix geckodriver output in Ubuntu and Windows readme
2020-03-06 16:26:21 -05:00
Alena Sviridenko
9fbe8670ad Merge pull request #498 from al-cheb/al-cheb/disable_mysql_service
Disable mysql.service by default on Ubuntu images
2020-03-06 09:44:34 +03:00
Mikhail Timofeev
e9e5323c93 fix geckodriver output 2020-03-06 01:04:14 +03:00