mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
GH-140479: Update JIT builds to use LLVM 21 (#140973)
This commit is contained in:
parent
9cd5427d96
commit
d162c42790
5 changed files with 19 additions and 18 deletions
8
.github/workflows/jit.yml
vendored
8
.github/workflows/jit.yml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
- true
|
||||
- false
|
||||
llvm:
|
||||
- 20
|
||||
- 21
|
||||
include:
|
||||
- target: i686-pc-windows-msvc/msvc
|
||||
architecture: Win32
|
||||
|
|
@ -138,7 +138,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
llvm:
|
||||
- 20
|
||||
- 21
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -166,7 +166,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
llvm:
|
||||
- 20
|
||||
- 21
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -193,7 +193,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
llvm:
|
||||
- 20
|
||||
- 21
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue