Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions source/Contributing/Set-up-a-new-macOS-CI-node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,19 @@ RTI Connext Specific Instructions

* Do not bother to reboot yet.

* Download ``openssl-1.0.2n-target-x64Darwin17clang9.0.tar.gz`` from RTI's website using an RTI account and extract it.

.. code-block:: bash

tar -xzvf openssl-1.0.2n-target-x64Darwin17clang9.0.tar.gz

* Add environment variables pointing to the paths to the RTI openssl libraries.

.. code-block:: bash

export RTI_OPENSSL_BIN=/Users/osrf/openssl-1.0.2n/x64Darwin17clang9.0/release/bin
export RTI_OPENSSL_LIBS=/Users/osrf/openssl-1.0.2n/x64Darwin17clang9.0/release/lib

Setting up the Jenkins Workspace and Agent
------------------------------------------

Expand Down