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:
214
214
- name : Tests
215
215
run : .\PCbuild\rt.bat -p x64 -d -q --fast-ci
216
216
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
-
233
217
build_win_arm64 :
234
218
name : ' Windows (arm64)'
235
219
runs-on : windows-latest
236
220
timeout-minutes : 60
237
221
needs : check_source
238
- if : needs.check_source.outputs.run_tests == 'true'
239
222
env :
240
223
IncludeUwp : ' true'
241
224
steps :
You can’t perform that action at this time.
0 commit comments