Skip to content

Commit

Permalink
A few 'cd's were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Sep 11, 2024
1 parent 52c8bc8 commit 9b0067e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/build-ubi/04.install-fastdds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ git clone https://github.com/eProsima/Fast-DDS.git
cd Fast-DDS
git checkout master
mkdir build
cd build

## Prevent glibc bug: https://stackoverflow.com/questions/30680550/c-gettid-was-not-declared-in-this-scope
# Seems to be fixed already manually by eProsima
Expand All @@ -82,6 +83,7 @@ git clone https://github.com/eProsima/dev-utils.git
cd dev-utils
git checkout main
mkdir build
cd build
cmake ..
cmake --build . --target install

Expand All @@ -97,17 +99,20 @@ git clone https://github.com/eProsima/ddspipe_yaml.git
cd ddspipe_core
git checkout main
mkdir build
cd build
cmake ..
cmake --build . --target install

cd ddspipe_participants
git checkout main
mkdir build
cd build
cmake ..
cmake --build . --target install

cd ddspipe_yaml
git checkout main
mkdir build
cd build
cmake ..
cmake --build . --target install

0 comments on commit 9b0067e

Please sign in to comment.