save
This commit is contained in:
parent
297d02ad00
commit
bf428ec0ec
1 changed files with 7 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
environment:
|
||||
- CC=~/.local/bin/gcc
|
||||
- CXX=~/.local/bin/g++
|
||||
- LD_LIBRARY_PATH=~/.local/lib64:$LD_LIBRARY_PATH
|
||||
#environment:
|
||||
# - CC=~/.local/bin/gcc
|
||||
# - CXX=~/.local/bin/g++
|
||||
# - LD_LIBRARY_PATH=~/.local/lib64:$LD_LIBRARY_PATH
|
||||
|
||||
packages:
|
||||
- git
|
||||
|
|
@ -16,6 +16,7 @@ repository:
|
|||
branch: v24.4.1
|
||||
|
||||
steps:
|
||||
- ./configure --prefix=$HOME/.local
|
||||
# - ./configure --prefix=$HOME/.local
|
||||
- ./configure --prefix=$PREFIX
|
||||
- make -j$(nproc)
|
||||
- make install
|
||||
- $SUDO make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue