move to merged agent
This commit is contained in:
parent
56afe311a6
commit
6ab18103a9
1 changed files with 4 additions and 15 deletions
|
|
@ -93,23 +93,12 @@ cd $srcfolder/actsim
|
||||||
cd $here
|
cd $here
|
||||||
|
|
||||||
|
|
||||||
echo Setting up cluster lib
|
echo Setting up cluster agent
|
||||||
|
|
||||||
git clone https://git.yeet.space/fabian/act-cluster-lib -b pqxx-inc --recursive $srcfolder/act-cluster-lib
|
git clone https://git.yeet.space/fabian/actsim-cluster-agent.git -b lib-merged $srcfolder/actsim-cluster-agent
|
||||||
mkdir -p $srcfolder/act-cluster-lib/build
|
mkdir -p $srcfolder/actsim-cluster-agent/build
|
||||||
cd $srcfolder/act-cluster-lib/build
|
cd $srcfolder/actsim-cluster-agent/build
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
cd $here
|
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue