add cluster lib to build

This commit is contained in:
Fabian Posch 2025-01-24 12:12:04 +01:00
parent 89b7b49fae
commit 0db00aaf04

View file

@ -95,7 +95,7 @@ cd $here
echo Setting up cluster lib
git clone https://git.yeet.space/fabian/act-cluster-lib $srcfolder/act-cluster-lib
git clone https://git.yeet.space/fabian/act-cluster-lib -b pqxx-inc $srcfolder/act-cluster-lib
mkdir -p $srcfolder/act-cluster-lib/build
cd $srcfolder/act-cluster-lib/build
cmake ..
@ -104,12 +104,12 @@ make install
cd $here
echo Setting up cluster agent
git clone https://git.yeet.space/fabian/actsim-cluster-agent.git -b reference_compare $srcfolder/actsim-cluster-agent
mkdir -p $srcfolder/actsim-cluster-agent/build
cd $srcfolder/actsim-cluster-agent/build
cmake ..
make -j$(nproc)
make install
cd $here
# echo Setting up cluster agent
#
# git clone https://git.yeet.space/fabian/actsim-cluster-agent.git -b reference_compare $srcfolder/actsim-cluster-agent
# mkdir -p $srcfolder/actsim-cluster-agent/build
# cd $srcfolder/actsim-cluster-agent/build
# cmake ..
# make -j$(nproc)
# make install
# cd $here