[llvm] [CI][Github] Version pin packages in windows container (PR #148319)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 09:09:01 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.
----------------
boomanaiden154 wrote:

Ah, sorry for the misunderstanding.

I've added some additional text to describe why we're version pinning the rest of the packages.

https://github.com/llvm/llvm-project/pull/148319


More information about the llvm-commits mailing list