This commit is contained in:
Artur Gurgul 2025-08-03 14:47:59 +02:00
parent 0c98334d1c
commit 9e900d3b79
6 changed files with 36 additions and 8 deletions

View file

@ -18,6 +18,9 @@ repository:
branch: v3.13.5
steps:
- ./configure --enable-optimizations --prefix=$HOME/.local
- make -j"$(nproc)"
- make install
# dat make -t pkg --cache --name python
# - ./configure --enable-optimizations --prefix=$HOME/.local
# - make -j"$(nproc)"
- ./configure --enable-optimizations --prefix=$PREFIX
- make -j$CPUS
- $SUDO make install