ladybugdb: Add openssl-lts to depends, add arm64 support - #8523
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (8)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. Summary by CodeRabbit
WalkthroughThe pull request updates 23 Scoop manifests. It refreshes package versions, download URLs, hashes, extraction metadata, and architecture support. LadybugDB also adds an ChangesPackage manifest updates
Priority: ➖ Normal 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
openssl-lts, add arm64 support
openssl-lts, add arm64 supportopenssl-lts to depends, add arm64 support
|
/verify |
|
All changes look good. Wait for review from human collaborators. ladybugdb
|
|
Please note that PRs should not be created from your default branch. Alternatively, please make sure scheduled workflows are disabled on it. |
This PR fixes issue with lbug.exe that if user does not have openssl-lts installed on his system lbug.exe does not start as it depends on libraries:
libssl-3-x64.dlllibcrypto-3-x64.dllby adding
dependssection to manifest onopenssl-ltswhich is vendoring such dependencies and put them on path.Also it adds support for arm64 architecture.
Relates to LadybugDB/ladybug#995.
<manifest-name[@version]|chore>: <general summary of the pull request>