1
0
Fork 0

windows: Stop installing GnuWin

These tools aren't actually needed; the same tools from Git
from Windows fill the same need.
This commit is contained in:
Martin Storsjö 2021-03-18 22:37:33 +02:00 committed by Mikhail Goncharov
parent 515acd1736
commit 59993105bd

View file

@ -40,7 +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 ninja git python3 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
# libcxx requires clang(-cl) to be available