Skip to content

Commit

Permalink
Add a line to build a docker image for the RTI
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Nov 20, 2023
1 parent 5a44ace commit 2e343d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/install-rti/install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/bash
cd core/src/main/resources/lib/c/reactor-c/core/federated/RTI
docker build -t rti:rti -f rti.Dockerfile ../../../core/
mkdir build
cd build
if [[ "$OSTYPE" == "darwin"* ]]; then
export OPENSSL_ROOT_DIR="/usr/local/opt/openssl"
fi
cmake -DAUTH=ON ../
make
sudo make install
sudo make install

0 comments on commit 2e343d9

Please sign in to comment.