We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd83c14 commit 78cb6d9Copy full SHA for 78cb6d9
.github/workflows/tail-call.yml
@@ -87,9 +87,8 @@ jobs:
87
set PlatformToolset=clangcl
88
set LLVMToolsVersion=${{ matrix.llvm }}.1.5
89
set LLVMInstallDir=C:\Program Files\LLVM
90
- # DO NOT MERGE! Just triggering tail-call Windows CI and invoking tests
91
- call ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
92
- call ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
+ ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
+ ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
93
94
# No tests (yet):
95
- name: Emulated Windows (release)
0 commit comments