File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -214,28 +214,11 @@ jobs:
214214 - name : Tests
215215 run : .\PCbuild\rt.bat -p x64 -d -q --fast-ci
216216
217- build_win_amd64_free_threaded :
218- name : ' Windows (x64): Free Threaded'
219- runs-on : windows-latest
220- timeout-minutes : 60
221- if : github.event.label.name == 'topic-free-threaded'
222- env :
223- IncludeUwp : ' true'
224- steps :
225- - uses : actions/checkout@v4
226- - name : Register MSVC problem matcher
227- run : echo "::add-matcher::.github/problem-matchers/msvc.json"
228- - name : Build CPython
229- run : .\PCbuild\build.bat -e --disable-gil -d -p x64
230- - name : Display build info
231- run : .\python.bat -m test.pythoninfo
232-
233217 build_win_arm64 :
234218 name : ' Windows (arm64)'
235219 runs-on : windows-latest
236220 timeout-minutes : 60
237221 needs : check_source
238- if : needs.check_source.outputs.run_tests == 'true'
239222 env :
240223 IncludeUwp : ' true'
241224 steps :
You can’t perform that action at this time.
0 commit comments