Skip to content

Commit a47eda8

Browse files
fixup! pythongh-127432: Add CI job to cross build Python
1 parent 68b151f commit a47eda8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,6 @@ jobs:
553553
- name: Run test subset with host build
554554
run: |
555555
"$BUILD_DIR/host-python/bin/python3" -m test test_sysconfig test_site test_embed
556-
- name: Clean up build
557-
run: make -j8 clean
558556
- name: Configure cross build
559557
run: ./configure --prefix="$BUILD_DIR/cross-python" --with-build-python="$BUILD_DIR/host-python/bin/python3"
560558
- name: Install cross Python

0 commit comments

Comments
 (0)