[llvm] [CI][Github] Version pin packages in windows container (PR #148319)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 08:53:39 PDT 2025
================
@@ -39,11 +39,13 @@ RUN regsvr32 /S "C:\BuildTools\DIA SDK\bin\amd64\msdia140.dll" & \
# 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 sccache
# Pin an older version of Python; the current Python 3.10 fails when
# doing "pip install" for the other dependencies, as it fails to find libxml
# while compiling some package.
----------------
cmtice wrote:
You should probably update the comment as well.
https://github.com/llvm/llvm-project/pull/148319
More information about the llvm-commits
mailing list