mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)
This commit is contained in:
parent
37c31bea72
commit
139dc487b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/jit.yml
vendored
2
.github/workflows/jit.yml
vendored
|
@ -93,7 +93,7 @@ jobs:
|
|||
choco upgrade llvm -y
|
||||
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
|
||||
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '--pgo' }} -p ${{ matrix.architecture }}
|
||||
./PCbuild/rt.bat ${{ matrix.debug && '-d' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
|
||||
./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
|
||||
|
||||
# No PGO or tests (yet):
|
||||
- name: Emulated Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue