enable shared
This commit is contained in:
parent
aea1f0e021
commit
57ce93c815
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
dnf install -y gcc openssl-devel bzip2-devel libffi-devel zlib-devel wget make
|
dnf install -y gcc openssl-devel bzip2-devel libffi-devel zlib-devel wget make
|
||||||
wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
|
wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
|
||||||
tar -xf Python-3.10.10.tar.xz
|
tar -xf Python-3.10.10.tar.xz
|
||||||
cd Python-3.10.10 && ./configure --with-ensurepip=install
|
cd Python-3.10.10 && ./configure --with-ensurepip=install --enable-shared
|
||||||
make -j 8
|
make -j 8
|
||||||
make altinstall
|
make altinstall
|
||||||
python3.10 --version
|
python3.10 --version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue