diff --git a/docker/build-ubi/04.install-fastdds.sh b/docker/build-ubi/04.install-fastdds.sh index 2469f168be..751b2ab09d 100755 --- a/docker/build-ubi/04.install-fastdds.sh +++ b/docker/build-ubi/04.install-fastdds.sh @@ -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 ../..