File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 8787 ./PCbuild/build.bat --tail-call-interp -c Release -p ${{ matrix.architecture }}
8888 ./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
8989
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+
9098 # No tests (yet):
9199 - name : Emulated Windows Clang (release)
92100 if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
You can’t perform that action at this time.
0 commit comments