Commit Graph

9 Commits

Author SHA1 Message Date
Tobias Chen
52b67da785 [Ubuntu] Remove hardcoded toolsToInstall from script (#3701) 2021-07-12 16:54:04 +03:00
Mikhail Timofeev
adcbf9592c remove boost from ubuntu images (#2844) 2021-03-05 10:22:42 +03:00
Aleksandr Chebotov
2f46bd5c7c rename toolsetJson -> toolset 2020-09-08 19:20:07 +03:00
Aleksandr Chebotov
a89f839675 [Ubuntu] Merge several toolset provisioners into single Configure-Toolset script (#1121)
* Single toolset

* rework conditional logic
2020-06-29 14:10:01 +03:00
Dmitry Shibanov
f06102ac3a Switch provisioners to install Go from GitHub releases on Ubuntu (#1025)
* install go

* added validation

* check zero build version

* add versions and for ubuntu2004

* setup for ubuntu

* fix execute command

* fix issue with cat

* fix go.sh

* fix comments

* remove documentation

* fix comment position go.sh ubuntu2004

* fix version

* remove import

* remove variables

* remove fake url

* fix linking to default version

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-06-19 19:29:07 +03:00
Nikita Bykov
40caaf3e2c Switch provisioners to install Boost from GitHub releases on Ubuntu (#995)
* switched provisioners to install Boost from GitHub releases on Ubuntu
* removed DocumentInstalledItem from boost.sh

Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
2020-06-16 12:07:23 +03:00
Aleksandr Chebotov
47c7968b9d Install PyPy from official site instead of NPM for Ubuntu (#879)
* install PyPy from official site
2020-05-18 11:07:37 +03:00
Dmitry Shibanov
9b1143dddd Add nodejs tool cache for linux. (#839)
* add nodejs

* 4 node versions

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-05-09 07:31:49 +03:00
Vladimir Safonkin
5cfbfcb2e6 Add Python toolcache installation from Github releases for Ubuntu (#704)
Change logic to install Python to Ubuntu images to use GitHub releases from https://github.com/actions/python-versions
2020-04-29 13:00:56 +03:00