fix(linux): update tauri-cef submodule to exclude glibc libraries#1996
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe ChangesSubmodule Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ 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. Comment |
2fbea19 to
647860d
Compare
Description
This PR updates the
tauri-cefsubmodule reference to integrate the fix for the critical runtime crashes andGLIBCversion mismatch errors experienced by end-users running the packaged OpenHuman Linux AppImage on modern distributions (such as Ubuntu 24.04).Dependencies
<YOUR_SUBMODULE_PR_NUMBER>with the number of the PR you just created!)The Solution
The updated submodule resolves the issue at the packaging layer by:
OUTPUT_APPIMAGE="0").libc,libm,libpthread,librt,libdl,libresolv,libutil, andld-linux).quick-sharun --make-appimage.This ensures both the older bundled application libraries and host system libraries load the same host standard libraries cleanly, avoiding all runtime version clashes.
Summary by CodeRabbit