mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-113464: Get LLVM from cpython-bin-deps on Windows (GH-133278)
This commit is contained in:
parent
a0bc0c462f
commit
bfcbb28223
9 changed files with 44 additions and 13 deletions
2
.github/workflows/jit.yml
vendored
2
.github/workflows/jit.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue