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 03eea79 commit 062c6e0Copy full SHA for 062c6e0
1 file changed
.github/workflows/tail-call.yml
@@ -87,6 +87,14 @@ jobs:
87
./PCbuild/build.bat --tail-call-interp -c Release -p ${{ matrix.architecture }}
88
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
89
90
+ - name: Native Windows MSVC with free-threading (release)
91
+ if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
92
+ shell: pwsh
93
+ run: |
94
+ $env:PlatformToolset = "v145"
95
+ ./PCbuild/build.bat --tail-call-interp --disable-gil -c Release -p ${{ matrix.architecture }}
96
+ ./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
97
+
98
# No tests (yet):
99
- name: Emulated Windows Clang (release)
100
if: runner.os == 'Windows' && matrix.architecture == 'ARM64'
0 commit comments