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:
parent
18ff65644e
commit
ffd904922d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue