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: #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