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
Mikhail Timofeev
49887f2d2a
remove workaround
2020-03-05 19:19:11 +03:00
Mikhail Timofeev
17235787ae
Unite powershell installation scripts
2020-03-05 15:14:00 +03:00
Aleksandr Chebotov
5f35cc550b
Disable mysql.service
2020-03-05 11:27:02 +03:00
Aleksandr Chebotov
d655e7d819
Disable mysql.service
2020-03-05 10:57:16 +03:00
Maxim Lobanov
5a2acbc6f0
Add Bazelisk support to Linux and Windows ( #490 )
...
* added bazelisk
* moved bazelisk installation to bazel
* changed Validate-Bazel.ps1
* removed Install-Bazelisk.ps1
* changed bazel and bazelisk version output
* fixed Validate-Bazel.ps1
* removed the extra "$" character
2020-03-05 10:30:24 +03:00
Maxim Lobanov
35dfbf8678
Update Android SDK Build-Tools to 29.0.3 in Ubuntu and Windows ( #495 )
...
* Added Android SDK Build-Tools 29.0.3
* Android-SDK build-tools have been added
2020-03-04 20:54:00 +03:00
Niels
c6bf6c3b7b
Install packer on build agent - issue #280 ( #295 )
...
* create packer.sh deployment file
Copy from terraform.sh
* add packer.sh to provisioner
add packer.sh script to provisioner to install packer.
* add packer.sh to provisioner
Add packer.sh script to provisioner to install packer
* remove blank lines
removed blank lines as requested in feedback by alepauly.
* remove additional blank lines
* Add Install-Packer.ps1
This script installs packer on Windows through chocolatey
* Create Validate-Packer.ps1
This script validates the installation of Packer from Install-Packer.ps1 and adds the software details to the markdown files.
* Add Packer install and validate script
Added Packer install script and validate script to provisioners.
* Add Packer install script and validation script
Add Packer install and validation script to provisioners.
2020-03-04 17:42:36 +03:00
Alejandro Pauly
0c2643cb8d
Merge pull request #178 from tamalsaha/helm3
...
Update to helm 3
2020-03-04 09:32:10 -05:00
Andrés Sicard-Ramírez
50e5c3fed0
Supported GHC 8.8.3. ( #483 )
2020-03-04 08:31:14 +03:00
Aleksandr Chebotov
52d17cfc5d
Add julia ( #476 )
...
* Update packer configs to add julia
* fix julia installation on ubuntu
2020-03-02 14:44:14 +03:00
Aleksandr Chebotov
3145274036
Update PATH environment variable to add .dotnet and php composer default folder ( #477 )
...
* Add environment variables for .dotnet and php comopser
* update rust.sh comments
2020-03-02 14:13:53 +03:00
Alejandro Pauly
7e9c3ca728
Merge pull request #470 from m-minasyan/v-mimina/docker-moby-version-fix
...
Change documenting of Docker version
2020-02-28 08:06:40 -05:00
Tamal Saha
693f0c23be
Update to helm 3
...
xref: https://helm.sh/docs/intro/install/#from-script
Signed-off-by: Tamal Saha <tamal@appscode.com >
2020-02-27 16:54:57 -08:00
Alejandro Pauly
49d2e87c12
Merge pull request #466 from nikita-bykov/bazel-support
...
Add Bazel support to Linux and Windows
2020-02-27 10:06:24 -05:00
Mihran Minasyan
990b479e44
Minor bug fix
2020-02-27 16:55:23 +04:00
Mihran Minasyan
81933c293e
Merge branch 'master' into v-mimina/docker-moby-version-fix
2020-02-27 16:43:10 +04:00
Nikita Bykov
fd86f55d9f
Fixed script
2020-02-27 11:23:42 +03:00
Sergey Akhalkov
c321cf5bc3
Merge pull request #449 from andy-mishechkin/v-andmis/ubuntu/131_remove_duplicate_repos_dotnetcore
...
[Ubuntu 18.04] Removing duplicate repos - dotnetcore-skd.sh
2020-02-27 09:56:08 +03:00
Andy Mishechkin
cb6d440538
1604\powershell.core has been modified
2020-02-26 22:40:56 +04:00
Mihran Minasyan
699e797368
Delete docker.sh
...
Deleted docker.sh, because its do the same thing
2020-02-26 22:18:58 +04:00
Andy Mishechkin
aca1c5af1c
powershellcore.sh has been modified
2020-02-26 19:08:12 +04:00
Mihran Minasyan
42e357b79d
Change from "Docker" to "Docker-Moby" for readme
2020-02-26 18:16:54 +04:00
Aleksandr Chebotov
f1d83a3d09
move azpowershell.sh script
2020-02-26 13:04:47 +03:00
Sergey Akhalkov
8664f3022d
Merge pull request #441 from bgelens/update-az-3.5.0
...
add az 3.5.0 to images
2020-02-26 12:52:09 +03:00
Nikita Bykov
a10ed67087
Fixed script for linux and updated ubuntu1804.json file
2020-02-26 11:16:49 +03:00