From 184739e5fb4109e9c296bb455844c749144575a6 Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Thu, 7 May 2020 12:15:11 -0700 Subject: [PATCH 1/4] Install RTI version of openssl on OSX --- source/Contributing/Set-up-a-new-macOS-CI-node.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/Contributing/Set-up-a-new-macOS-CI-node.rst b/source/Contributing/Set-up-a-new-macOS-CI-node.rst index 30a71a902d5..b15063a24b9 100644 --- a/source/Contributing/Set-up-a-new-macOS-CI-node.rst +++ b/source/Contributing/Set-up-a-new-macOS-CI-node.rst @@ -136,6 +136,19 @@ RTI Connext Specific Instructions * Set the shared memory parameters from https://community.rti.com/kb/osx510 * Do not bother to reboot yet. + +* Download ``openssl-1.0.2n-target-x64Darwin17clang9.0.tar.gz`` and extract it. + +.. code-block:: bash + + tar -xzvf openssl-1.0.2n-target-x64Darwin17clang9.0.tar.gz + +* Add environmentvariables pointint 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 ------------------------------------------ From f6e8b757065c85e9ba82f5425545906ee9b6b12d Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Thu, 7 May 2020 15:31:56 -0400 Subject: [PATCH 2/4] Update source/Contributing/Set-up-a-new-macOS-CI-node.rst Co-authored-by: Chris Lalancette --- source/Contributing/Set-up-a-new-macOS-CI-node.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Contributing/Set-up-a-new-macOS-CI-node.rst b/source/Contributing/Set-up-a-new-macOS-CI-node.rst index b15063a24b9..7a1a364516e 100644 --- a/source/Contributing/Set-up-a-new-macOS-CI-node.rst +++ b/source/Contributing/Set-up-a-new-macOS-CI-node.rst @@ -143,7 +143,7 @@ RTI Connext Specific Instructions tar -xzvf openssl-1.0.2n-target-x64Darwin17clang9.0.tar.gz -* Add environmentvariables pointint to the paths to the RTI openssl libraries +* Add environment variables pointing to the paths to the RTI openssl libraries. .. code-block:: bash From c85a83757bd9a450882558600336778c413283a8 Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Thu, 7 May 2020 12:32:51 -0700 Subject: [PATCH 3/4] Hint that opensll archive comes from RTI's website --- source/Contributing/Set-up-a-new-macOS-CI-node.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Contributing/Set-up-a-new-macOS-CI-node.rst b/source/Contributing/Set-up-a-new-macOS-CI-node.rst index 7a1a364516e..71df451338b 100644 --- a/source/Contributing/Set-up-a-new-macOS-CI-node.rst +++ b/source/Contributing/Set-up-a-new-macOS-CI-node.rst @@ -137,7 +137,7 @@ RTI Connext Specific Instructions * Do not bother to reboot yet. -* Download ``openssl-1.0.2n-target-x64Darwin17clang9.0.tar.gz`` and extract it. +* Download ``openssl-1.0.2n-target-x64Darwin17clang9.0.tar.gz`` from RTI's website using an RTI account and extract it. .. code-block:: bash From 718c7ae136815634b576989c720cc035d022630f Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Fri, 8 May 2020 11:50:45 -0700 Subject: [PATCH 4/4] Remove trailing whitespace --- source/Contributing/Set-up-a-new-macOS-CI-node.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Contributing/Set-up-a-new-macOS-CI-node.rst b/source/Contributing/Set-up-a-new-macOS-CI-node.rst index 71df451338b..863b4a6e5ef 100644 --- a/source/Contributing/Set-up-a-new-macOS-CI-node.rst +++ b/source/Contributing/Set-up-a-new-macOS-CI-node.rst @@ -136,7 +136,7 @@ RTI Connext Specific Instructions * Set the shared memory parameters from https://community.rti.com/kb/osx510 * 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