This commit is contained in:
parent
e2cd247dea
commit
b2ed0bd503
@ -14,13 +14,13 @@ steps:
|
||||
- mkdir -p /drone/src/out/
|
||||
- mkdir -p /drone/src/dist/
|
||||
# add dependancies
|
||||
- pacman -Sy --noconfirm --needed wget libunwind lib32-gnutls python3 python-pip python-pipenv gcc-fortran base-devel python-numpy python-pandas gcc-libs gnutls wine-staging
|
||||
- pacman -Sy --noconfirm --needed wget libunwind expat python3 python-pip python-pipenv gcc-fortran base-devel python-numpy python-pandas gcc-libs gnutls wine-staging
|
||||
# linux build
|
||||
- cd /drone/src/
|
||||
- python --version
|
||||
- python -m venv --without-pip --system-site-packages venv
|
||||
- source venv/bin/activate
|
||||
- ldd /usr/lib/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so
|
||||
#- ldd /usr/lib/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so
|
||||
- pip3 list
|
||||
- pip3 config --user set global.progress_bar off
|
||||
- pip3 install --ignore-installed -r requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user