1
0
Fork 0

Install an older version of ActivePerl

The current default version in Chocolatey, 5.28, fails to install.
This was previously worked around by pinning a newer upcoming
version, 5.28.0.20210106. However this version never got approved
into Chocolatey (for unknown reasons), so it's no longer available.
Therefore instead request the previous older version, 5.24.3.2404001,
which installs correctly.
This commit is contained in:
Martin Storsjö 2021-04-23 10:21:11 +03:00 committed by Mikhail Goncharov
parent 18ff65644e
commit ffd904922d

View file

@ -41,7 +41,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
RUN choco install -y activeperl --version 5.28.0.20210106
RUN choco install -y activeperl --version 5.24.3.2404001
RUN choco install -y cmake --version 3.15.4
# libcxx requires clang(-cl) to be available
RUN choco install -y sccache llvm