Skip to content

Commit 8323afd

Browse files
committed
pythongh-111062: Add free-threaded CI for Windows(x86)
1 parent 66bea25 commit 8323afd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build.yml

+14
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,20 @@ 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+
if: ${{ github.event.label.name == 'topic-free-threaded' }}
220+
env:
221+
IncludeUwp: 'true'
222+
steps:
223+
- uses: actions/checkout@v4
224+
- name: Register MSVC problem matcher
225+
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
226+
- name: Build CPython
227+
run: .\PCbuild\build.bat -e --disable-gil -d -p x64
228+
- name: Display build info
229+
run: .\python.bat -m test.pythoninfo
230+
217231
build_win_arm64:
218232
name: 'Windows (arm64)'
219233
runs-on: windows-latest

0 commit comments

Comments
 (0)