]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 3 May 2024 23:10:02 +0000 (16:10 -0700)
committerGitHub <noreply@github.com>
Fri, 3 May 2024 23:10:02 +0000 (16:10 -0700)
.github/workflows/jit.yml

index 014cced8e81b5227593336ddb6ad74a34c92b453..f68567c8a3153e87c5b837799a9f373bc7c4291e 100644 (file)
@@ -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