mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Update Python version
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
46b2600a3f
commit
af3fa9b013
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -1144,7 +1144,7 @@ jobs:
|
||||
- name: cpython build test
|
||||
if: ${{ matrix.arch_name.cpython == 'yes' }}
|
||||
run: |
|
||||
git clone --depth 1 --branch v3.9.13 https://github.com/python/cpython.git
|
||||
git clone --depth 1 --branch v3.11.2 https://github.com/python/cpython.git
|
||||
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-make-builder.sh ${{ matrix.arch_name.image }} -j2
|
||||
|
Loading…
Reference in New Issue
Block a user