This commit is contained in:
Artur Gurgul 2025-09-08 05:52:08 -05:00
parent 297d02ad00
commit bf428ec0ec

View file

@ -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