Skip to content

LCORE-1217: bugfix for missing libpq.so#1030

Merged
tisnik merged 1 commit intolightspeed-core:mainfrom
raptorsun:missing_lib
Jan 21, 2026
Merged

LCORE-1217: bugfix for missing libpq.so#1030
tisnik merged 1 commit intolightspeed-core:mainfrom
raptorsun:missing_lib

Conversation

@raptorsun
Copy link
Contributor

@raptorsun raptorsun commented Jan 21, 2026

Description

fix the bug that lightspeedstack cannot start due to missing library libpq.so

Type of change

  • Refactor
  • New feature
  • Bug fix
  • CVE fix
  • Optimization
  • Documentation Update
  • Configuration Update
  • Bump-up service version
  • Bump-up dependent library
  • Bump-up library or tool used for development (does not change the final image)
  • CI configuration change
  • Konflux configuration change
  • Unit tests improvement
  • Integration tests improvement
  • End to end tests improvement

Tools used to create PR

Identify any AI code assistants used in this PR (for transparency and review context)

  • Assisted-by: (e.g., Claude, CodeRabbit, Ollama, etc., N/A if not used)
  • Generated by: (e.g., tool name and version; N/A if not used)

Related Tickets & Documents

Checklist before requesting a review

  • I have performed a self-review of my code.
  • PR has passed all pre-merge test jobs.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

Summary by CodeRabbit

  • Chores
    • Updated kernel-headers to the latest version.
    • Added PostgreSQL client library (libpq) to build dependencies.

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: Haoyu Sun <hasun@redhat.com>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 21, 2026

Walkthrough

The pull request adds the libpq package as a dependency to the container image build configuration across three files: the Containerfile, the package specification manifest, and the lock file. Additionally, kernel-headers entries are updated to version 611.24.1.el9_7 for both aarch64 and x86_64 architectures.

Changes

Cohort / File(s) Summary
Package Specification Files
Containerfile, rpms.in.yaml
Added libpq to the installed package list for the container image.
Lock File
rpms.lock.yaml
Added libpq package entries for both aarch64 and x86_64 architectures (v13.23-1.el9_7 from ubi-9-appstream-rpms). Updated kernel-headers from version 611.20.1.el9_7 to 611.24.1.el9_7 across both architectures with corresponding URL, checksum, and size updates.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested reviewers

  • tisnik
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'LCORE-1217: bugfix for missing libpq.so' directly matches the main change—adding libpq to container dependencies to fix a missing library issue.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@tisnik tisnik left a comment

Choose a reason for hiding this comment

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

LGTM

@tisnik tisnik merged commit 123f3bf into lightspeed-core:main Jan 21, 2026
20 of 22 checks passed
@raptorsun raptorsun deleted the missing_lib branch January 21, 2026 16:33
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