Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NO_TLS for FastDDS builds to disable SSL linkage #12943

Merged
merged 1 commit into from
May 20, 2024

Conversation

maloel
Copy link
Collaborator

@maloel maloel commented May 20, 2024

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
Copy link
Collaborator

Nir-Az commented May 20, 2024

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

@maloel
Copy link
Collaborator Author

maloel commented May 20, 2024

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 IntelRealSense:development May 20, 2024
17 checks passed
@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