Skip to content

Commit 4dd19cf

Browse files
Update tail-call.yml
1 parent 3eb568f commit 4dd19cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tail-call.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
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

1719
permissions:
@@ -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

0 commit comments

Comments
 (0)