https://github.com/python/cpython/commit/139dc487b5ac37b0c2c4b93f2bfba194507d8310
commit: 139dc487b5ac37b0c2c4b93f2bfba194507d8310
branch: main
author: Brandt Bucher <[email protected]>
committer: brandtbucher <[email protected]>
date: 2024-05-03T16:10:02-07:00
summary:
GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)
files:
M .github/workflows/jit.yml
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index 014cced8e81b52..f68567c8a3153e 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]