Update main.yml

Update main.yml
This commit is contained in:
Bensuperpc 2023-11-06 12:53:18 +01:00 committed by GitHub
parent af3fa9b013
commit 714b61dd7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1146,7 +1146,7 @@ jobs:
run: | run: |
git clone --depth 1 --branch v3.11.2 https://github.com/python/cpython.git git clone --depth 1 --branch v3.11.2 https://github.com/python/cpython.git
cd cpython cd cpython
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./configure ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no --disable-ipv6 ${{ matrix.arch_name.cpython_arg }} --build=x86_64-linux-gnu --enable-shared ./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./configure ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no --disable-ipv6 ${{ matrix.arch_name.cpython_arg }} --build=x86_64-linux-gnu --with-build-python --enable-shared
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2 ./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
cd .. cd ..
rm -rf cpython rm -rf cpython