mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
GH-131678: fix Windows tail-call CI does not run the test cases (GH-131690)
This commit is contained in:
parent
adb67ed7e4
commit
ce77da5871
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tail-call.yml
vendored
4
.github/workflows/tail-call.yml
vendored
|
@ -87,8 +87,8 @@ jobs:
|
|||
set PlatformToolset=clangcl
|
||||
set LLVMToolsVersion=${{ matrix.llvm }}.1.5
|
||||
set LLVMInstallDir=C:\Program Files\LLVM
|
||||
./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
|
||||
./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
|
||||
call ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
|
||||
call ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
|
||||
|
||||
# No tests (yet):
|
||||
- name: Emulated Windows (release)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue