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

Convert DBsync and Sysinfo from shared to static library #251

Open
7 tasks
cborla opened this issue Oct 25, 2024 · 1 comment
Open
7 tasks

Convert DBsync and Sysinfo from shared to static library #251

cborla opened this issue Oct 25, 2024 · 1 comment
Assignees
Labels
level/task Task issue module/inventory Inventory module phase/mvp Minimum Viable Product type/enhancement Enhancement issue

Comments

@cborla
Copy link
Member

cborla commented Oct 25, 2024

Description

The objective of this issue is to remove shared libraries from the Inventory module. Specifically, the DBsync and Sysinfo libraries should be converted from shared to static to improve compatibility across platforms.

Tasks

  • Convert the DBsync library from shared to static.
  • Convert the Sysinfo library from shared to static.
  • Validate Inventory functionality across the following platforms:
    • Linux
    • Windows
    • macOS
  • Enable the Module Manager test for Windows, which previously failed due to missing DLL files.

Acceptance Criteria

  • DBsync and Sysinfo libraries are successfully converted to static libraries without impacting existing functionality.
  • Inventory module passes functionality tests on Linux, Windows, and macOS platforms.
  • Windows Module Manager tests run successfully without DLL or dependency errors.
  • No shared library dependencies remain in the Inventory module after conversion.
@cborla cborla changed the title Conver DBsync and Sysinfo from shared to static library Convert DBsync and Sysinfo from shared to static library Oct 25, 2024
@cborla cborla added level/task Task issue type/enhancement Enhancement issue phase/mvp Minimum Viable Product module/inventory Inventory module labels Oct 25, 2024
@cborla cborla assigned cborla and nbertoldo and unassigned cborla Oct 25, 2024
@nbertoldo
Copy link
Member

Update 2024/10/25

  • Converting sysinfo and dbsync from shared to static library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue module/inventory Inventory module phase/mvp Minimum Viable Product type/enhancement Enhancement issue
Projects
None yet
Development

No branches or pull requests

2 participants