File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 - ' Python/ceval.c'
77 - ' Python/ceval_macros.h'
88 - ' Python/generated_cases.c.h'
9+ - ' .github/workflows/tail-call.yml'
910 push :
1011 paths :
1112 - ' Python/bytecodes.c'
1213 - ' Python/ceval.c'
1314 - ' Python/ceval_macros.h'
1415 - ' Python/generated_cases.c.h'
16+ - ' .github/workflows/tail-call.yml'
1517 workflow_dispatch :
1618
1719permissions :
@@ -77,15 +79,15 @@ jobs:
7779 if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
7880 run : |
7981 choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
80- ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }} /p:PlatformToolset=clangcl /p:LLVMToolsVersion=19.1.5 /p:LLVMInstallDir=C:\Program Files\LLVM
82+ ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }} " /p:PlatformToolset=clangcl" " /p:LLVMToolsVersion=19.1.5" " /p:LLVMInstallDir=C:\Program Files\LLVM"
8183 ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
8284
8385 # No tests (yet):
8486 - name : Emulated Windows (release)
8587 if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
8688 run : |
8789 choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
88- ./PCbuild/build.bat --tail-call-interp -p ${{ matrix.architecture }} /p:PlatformToolset=clangcl /p:LLVMToolsVersion=19.1.5 /p:LLVMInstallDir=C:\Program Files\LLVM
90+ ./PCbuild/build.bat --tail-call-interp -p ${{ matrix.architecture }} " /p:PlatformToolset=clangcl" " /p:LLVMToolsVersion=19.1.5" " /p:LLVMInstallDir=C:\Program Files\LLVM"
8991
9092 # The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.
9193 # This is a bug in the macOS runner image where the pre-installed Python is installed in the same
You can’t perform that action at this time.
0 commit comments