GH-113464: Get LLVM from cpython-bin-deps on Windows (GH-133278)

This commit is contained in:
Brandt Bucher 2025-05-02 11:17:15 -07:00 committed by GitHub
parent a0bc0c462f
commit bfcbb28223
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 44 additions and 13 deletions

View file

@ -95,10 +95,10 @@ jobs:
with:
python-version: '3.11'
# PCbuild downloads LLVM automatically:
- name: Windows
if: runner.os == 'Windows'
run: |
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3