Skip to content

build: Disable so-version#59

Draft
tomasz-blasz wants to merge 1 commit intomainfrom
topic/so-versioning
Draft

build: Disable so-version#59
tomasz-blasz wants to merge 1 commit intomainfrom
topic/so-versioning

Conversation

@tomasz-blasz
Copy link
Contributor

Needed for Prime integration

Copilot AI review requested due to automatic review settings February 17, 2026 12:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR disables the SONAME (shared object name) versioning for the FireboltTransport shared library to support Prime integration. The change replaces the standard SOVERSION property with NO_SONAME, which removes version tracking from the shared library at the system level.

Changes:

  • Replaced SOVERSION ${PROJECT_VERSION_MAJOR} with NO_SONAME ON in CMake build configuration
  • Updated CHANGELOG.md to document the removal of SONAME from the shared library

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/CMakeLists.txt Changed library properties to disable SONAME versioning
CHANGELOG.md Added entry documenting the SONAME removal

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings February 17, 2026 12:59
@tomasz-blasz tomasz-blasz requested review from vladimir-rangelov and removed request for Copilot February 17, 2026 13:01
@tomasz-blasz tomasz-blasz marked this pull request as draft February 17, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants