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 f37858e commit ce06353Copy full SHA for ce06353
.github/workflows/tail-call.yml
@@ -91,13 +91,13 @@ jobs:
91
./PCbuild/build.bat --tail-call-interp -c Release -p ${{ matrix.architecture }}
92
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
93
94
+ # No tests:
95
- name: Native Windows MSVC with free-threading (release)
96
if: matrix.target == 'free-threading-msvc'
97
shell: pwsh
98
run: |
99
$env:PlatformToolset = "v145"
100
./PCbuild/build.bat --tail-call-interp --disable-gil -c Release -p ${{ matrix.architecture }}
- ./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
101
102
# No tests (yet):
103
- name: Emulated Windows Clang (release)
0 commit comments