-
-
Notifications
You must be signed in to change notification settings - Fork 4
Fix Linux app #2016
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
Fix Linux app #2016
Conversation
📝 WalkthroughWalkthroughAdds a runtime smoke-test step to the Linux publish workflow; updates FwLiteWeb to resolve working directory more defensively at startup; disables compression in FwLiteWeb build; adds Linux-specific SQLitePCLRaw dependencies to LcmCrdt; improves null-safety in RichString tag comparison; and configures Vite to clean the output directory before builds. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-05-22T03:51:17.255Z
Applied to files:
🧬 Code graph analysis (1)backend/FwLite/FwLiteWeb/Program.cs (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
🔇 Additional comments (6)
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 |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
A previous job run demonstrated that this exposes the problem that this PR is fixing:
Note: The CI step that tests running the Linux executable while presumably be superseded by #1866. This was just the quickest way to have something useable.