Skip to content

Commit

Permalink
Merge pull request #1689 from FIWARE/dds/enabler-installation
Browse files Browse the repository at this point in the history
ddsenabler header files in base image
  • Loading branch information
kzangeli authored Oct 7, 2024
2 parents 334ddfe + ce60683 commit f8eea76
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions docker/build-ubi/04.install-fastdds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,22 +133,21 @@ git fetch -a
git checkout feature/typed_tests
yum -y install lz4-devel libzstd-devel

./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 ../..
# ./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

0 comments on commit f8eea76

Please sign in to comment.