fix: seed ncurses pkg-config libdir#49
Conversation
|
Warning Review limit reached
More reviews will be available in 47 minutes and 54 seconds. Learn how PR review limits work. To continue reviewing without waiting, enable usage-based billing in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
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. Comment |
Greptile SummaryThis PR fixes two independent build issues in the portable Ruby packaging script. The ncurses fix creates the pkg-config output directory before running
Confidence Score: 5/5All changes are confined to build-time packaging logic in package.rb; the shipped Ruby runtime is unaffected. Both hunks are narrow, correct fixes — creating the pkgconfig directory before ncurses configure and wiring the matching baseruby to the same source-built deps as the main build. Build ordering is safe (libyaml and zlib are already built when build_ruby! runs), and the switch from build_env to dependency_build_env correctly adds -fPIC for the C extension (psych) that is now enabled. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "fix: seed ncurses pkg-config libdir" | Re-trigger Greptile |
dfa6aa8 to
f46a268
Compare
f46a268 to
963839e
Compare
Summary
Test plan