1
0
Fork 0

put back gnuwin

This commit is contained in:
Mikhail Goncharov 2021-03-19 14:34:53 +00:00
parent feb44f59ad
commit 609f614040
3 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@ RUN powershell -NoProfile -InputFormat None -Command `
# install tools as described in https://llvm.org/docs/GettingStartedVS.html
# and a few more that were not documented...
RUN choco install -y gnuwin
RUN choco install -y ninja git python3
RUN choco install -y activeperl --version 5.28.0.20210106
RUN choco install -y cmake --version 3.15.4
@ -56,7 +57,7 @@ ENV PYTHONIOENCODING=UTF-8
# update the path variable
# C:\Program Files\Git\usr\bin contains a usable bash and other unix tools.
RUN powershell -NoProfile -InputFormat None -Command `
$path = $env:path + ';C:\Program Files\CMake\bin;C:\Program Files\Git\usr\bin'; `
$path = $env:path + ';C:\Program Files\CMake\bin;c:\Program Files (x86)\GnuWin32\bin'; `
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -Name Path -Value $path
# use this folder to store the worksapce'