We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b151f commit a47eda8Copy full SHA for a47eda8
.github/workflows/build.yml
@@ -553,8 +553,6 @@ jobs:
553
- name: Run test subset with host build
554
run: |
555
"$BUILD_DIR/host-python/bin/python3" -m test test_sysconfig test_site test_embed
556
- - name: Clean up build
557
- run: make -j8 clean
558
- name: Configure cross build
559
run: ./configure --prefix="$BUILD_DIR/cross-python" --with-build-python="$BUILD_DIR/host-python/bin/python3"
560
- name: Install cross Python
0 commit comments