Nikita Bykov
f2fdcef0e0
[macOS] Improve configure-tccdb-macos11 script ( #4002 )
2021-09-08 09:58:52 +03:00
Nikita Bykov and Nikita Bykov
8a77fdb2a1
[Windows] Move choco installation list into toolset ( #3688 )
...
* Move choco installation list into toolset
* Add a condition to Install-CommonUtils.ps1
* Rename tests and revert Bazel to single script
* Return Install-Bazel.ps1 to windows2016.json and windows2019.json
* Remove condition and Write-Host command from Install-CommonUtils.ps1
* Reset Install-Bazel.ps1 to be the same as in main
* Update choco.common_packages in toolset-2016.json and toolset-2019.json
Co-authored-by: Nikita Bykov <[email protected] >
2021-07-08 16:23:07 +03:00
Nikita Bykov and Nikita Bykov
acdde71580
[Ubuntu] Fix Chromium installation ( #3136 )
...
* fix chromium installation
* fix chromium
* added symlink
Co-authored-by: Nikita Bykov <[email protected] >
2021-04-09 14:50:48 +03:00
Nikita Bykov and Nikita Bykov
6858b9232d
[macOS] Rework Xamarin documentation ( #3113 )
...
* reworked xamarin documentation
* added condition for defaultSymlink variable
* removed sorting of xamarin bundles
Co-authored-by: Nikita Bykov <[email protected] >
2021-04-08 12:55:47 +03:00
Nikita Bykov and Nikita Bykov
b7f276c003
[Ubuntu] Rework Сhromium installation to avoid using snap ( #3029 )
...
* rework chromium installation
* added GetChromiumRevision function
* changed getting chrome version
* fixed GetChromiumRevision function
* fixed CHROME_VERSION variable
* move chromium installation to google-chrome.sh
* added -qq for unzip
* added comments to GetChromiumRevision function
* updated tests and sofware report
Co-authored-by: Nikita Bykov <[email protected] >
2021-04-02 19:21:33 +03:00
Nikita Bykov and Nikita Bykov
ef6e8c905f
[MacOS] Move preinstalled java distributions to the toolcache directory ( #2883 )
...
* Move java to the toolcache
* resolved comments
* added sudo for ln command
* fixed versions and added symlink
* fixed openjdk.sh
* fixed typo
* updated SoftwareReport
* fixed SoftwareReport
* fixed SoftwareReport
* fixed tool name
Co-authored-by: Nikita Bykov <[email protected] >
2021-03-16 17:13:54 +03:00
Nikita Bykov and Nikita Bykov
2c96d280ed
[Ubuntu] Rework haskell.sh to install Cabal using GHCup ( #2636 )
...
* reworked haskell installation
* added comment
* resolved comments and added symlink
* fixed haskell.sh
* update haskell.sh
* update installation
* added error suppressing
* reverted ghc intallation
* added comments
Co-authored-by: Nikita Bykov <[email protected] >
2021-02-19 10:20:15 +03:00
Nikita Bykov and Nikita Bykov
29847cd01a
added ANDROID_NDK_HOME and ANDROID_NDK_ROOT ( #2472 )
...
Co-authored-by: Nikita Bykov <[email protected] >
2021-01-20 12:40:57 +03:00
Nikita Bykov and Nikita Bykov
45322ef135
sort tools in readme ( #2438 )
...
Co-authored-by: Nikita Bykov <[email protected] >
2021-01-18 18:57:03 +03:00
Nikita Bykov and Nikita Bykov
d20a55914c
[Windows] Move the list of installed Java versions to toolset ( #2369 )
...
* added java to toolset
* updated java tests
* fixed windows2016.json
* fixed tests
* fixed java.Tests
* fixed Java.Tests.ps1
Co-authored-by: Nikita Bykov <[email protected] >
2021-01-13 10:48:09 +03:00
Nikita Bykov and Nikita Bykov
7457b9fecb
[Ubuntu] Move the list of installed Java versions to toolset ( #2393 )
...
* added java to toolset
* fixed java-tools and updated tests
* fixed java-tools.sh
* fixed tests
* fixed java.Tests
* fixed java versions check
* fixed Java.Tests.ps1
Co-authored-by: Nikita Bykov <[email protected] >
2021-01-13 10:47:03 +03:00
Nikita Bykov and Nikita Bykov
b42d8566f9
Add GraalVM Community Edition & GraalVM Native Image ( #2330 )
...
* added graalvm
* added native-image and updated SoftwareReport
* rework GraalVM installation
* fixed graalvm installation
* Updated SoftwareReport.Generator
* updated graalvm.sh
* fixed graalvm.sh
* fixed graalvm.sh
* removed rm command
* resolved comments
* fixed softwarereport for GraalVM
* added invoke_tests for graalvm
* fixed tests for graalvm
* fixed GraalVM tests and SoftwareReport
* added source etc-environment.sh to graalvm.sh
* fixed GraalVM tests
* resolved comments
* fixed graalVM SoftwareReport
* added GRAALVM_11_ROOT variable
* fixed comment for env variable
Co-authored-by: Nikita Bykov <[email protected] >
2021-01-13 10:45:39 +03:00
Nikita Bykov and Nikita Bykov
dd12c1ae21
Rework MacOS documentation ( #2336 )
...
* rework macOS documentation
* resolved comments
* fixed function name
* Updated SoftwareReport.Common.psm1 and SoftwareReport.Generator.ps1
* fixed name
Co-authored-by: Nikita Bykov <[email protected] >
2020-12-28 11:15:54 +03:00
Nikita Bykov and Nikita Bykov
d729747846
[macOS] Add GNU Tar ( #2163 )
...
* added gnu-tar
* rework gnu-tar installation
* fix SoftwareReport for gnu-tar
* add bsdtar to SoftwareReport
* updated SoftwareReport
Co-authored-by: Nikita Bykov <[email protected] >
2020-12-15 10:43:27 +03:00
Nikita Bykov and Nikita Bykov
687ede498c
added permissions to ANDROID_SDK_ROOT ( #1393 )
...
Co-authored-by: Nikita Bykov <[email protected] >
2020-08-12 10:30:02 +03:00
Nikita Bykov and Nikita Bykov
5e23b76186
Add swig support ( #1265 )
...
* added swig support
* removed apt-get update
* updated swig.sh
Co-authored-by: Nikita Bykov <[email protected] >
2020-07-22 09:42:50 +03:00
Nikita Bykov and 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 <[email protected] >
2020-06-16 12:07:23 +03:00
Nikita Bykov
b58720bb05
Fail fast in image generation if not enough disk space for customers ( #767 )
...
* added checking free disk space
Co-authored-by: Nikita Bykov <[email protected] >
2020-04-30 09:26:06 +03:00
Nikita Bykov and Nikita Bykov
8abd45c3a8
Pre-install Android NDK 20 on Ubuntu ( #711 )
...
* added ndk 20
Co-authored-by: Nikita Bykov <[email protected] >
2020-04-14 15:13:37 +03:00
Nikita Bykov and Nikita Bykov
d0398f5357
Add Alibaba cloud aliyun-cli ( #688 )
...
* added aliyun cli to windows
* added aliyun cli to Ubuntu
Co-authored-by: Nikita Bykov <[email protected] >
2020-04-13 17:38:35 +03:00
Nikita Bykov
39503c2631
Merge pull request #2 from actions/master
...
Merge
2020-03-17 11:29:11 +03:00
nikita-bykov
4d334e6c3c
Merge pull request #1 from actions/master
...
PR
2020-03-11 12:02:24 +03:00
nikita-bykov and Nikita Bykov
9bc9285a02
Added installation of libc++-dev and libc++abi-dev to Ubuntu 1604 ( #513 )
...
Co-authored-by: Nikita Bykov <[email protected] >
2020-03-11 11:16:52 +03:00