Skip to content

Commit

Permalink
Trying with the install script
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Oct 4, 2024
1 parent e66b99c commit 525d384
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions docker/build-ubi/04.install-fastdds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,20 +133,22 @@ git fetch -a
git checkout feature/typed_tests
yum -y install lz4-devel libzstd-devel

mkdir -p build/ddsenabler_participants
cd build/ddsenabler_participants
cmake ../../ddsenabler_participants
cmake --build . --target install
cd ../..

mkdir -p build/ddsenabler_yaml
cd build/ddsenabler_yaml
cmake ../../ddsenabler_yaml
cmake --build . --target install
cd ../..

mkdir -p build/ddsenabler
cd build/ddsenabler
cmake ../../ddsenabler
cmake --build . --target install
cd ../..
./install_dds_module.sh

# mkdir -p build/ddsenabler_participants
# cd build/ddsenabler_participants
# cmake ../../ddsenabler_participants
# cmake --build . --target install
# cd ../..
#
# mkdir -p build/ddsenabler_yaml
# cd build/ddsenabler_yaml
# cmake ../../ddsenabler_yaml
# cmake --build . --target install
# cd ../..
#
# mkdir -p build/ddsenabler
# cd build/ddsenabler
# cmake ../../ddsenabler
# cmake --build . --target install
# cd ../..

0 comments on commit 525d384

Please sign in to comment.