save
This commit is contained in:
parent
0c98334d1c
commit
9e900d3b79
6 changed files with 36 additions and 8 deletions
|
@ -9,7 +9,7 @@ repository:
|
|||
branch: main
|
||||
|
||||
steps:
|
||||
- echo installing in $PREFIX
|
||||
- echo installing in $PREFIX and cpus $CPUS
|
||||
- cd $WORK_DIR
|
||||
- ls
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -19,4 +19,4 @@ steps:
|
|||
# --with-readline-dir=$(brew --prefix readline)
|
||||
# --with-yaml-dir=$(brew --prefix libyaml)
|
||||
- make -j$(sysctl -n hw.ncpu)
|
||||
- make install
|
||||
- make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue