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