Skip to content

add NO_TLS for FastDDS builds to disable SSL linkage - #12943

Merged
maloel merged 1 commit into
realsenseai:developmentfrom
maloel:no-tls
May 20, 2024
Merged

add NO_TLS for FastDDS builds to disable SSL linkage#12943
maloel merged 1 commit into
realsenseai:developmentfrom
maloel:no-tls

Conversation

@maloel

@maloel maloel commented May 20, 2024

Copy link
Copy Markdown
Contributor

Even with SECURITY set to OFF, if FastDDS detects OpenSSL then it tries to link with libssl. Our build machines have OpenSSL and are compiled on non-Jammy machines, so this results in a dependency on libssl1.1 which is deprecated with Jammy so librealsense cannot be loaded.

eProsima indicates the proper way to disable this is to set NO_TLS to ON.

Tracked on [RSDEV-2112]

@maloel
maloel requested a review from Nir-Az May 20, 2024 09:27
@Nir-Az

Nir-Az commented May 20, 2024

Copy link
Copy Markdown
Collaborator

I assume you ran a release flow and tried the python wheels? :)

@maloel

maloel commented May 20, 2024

Copy link
Copy Markdown
Contributor Author

I assume you ran a release flow and tried the python wheels? :)

Yes:
https://rsjenkins.iil.intel.com/job/LRS_release_flow_pipeline/6598/

@maloel
maloel merged commit 7f2228e into realsenseai:development May 20, 2024
@maloel
maloel deleted the no-tls branch May 20, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants