chore(bot-discord): link libdave for voice#410
Merged
Conversation
Voice connections need libdave (DAVE E2EE, mandatory since 2026-03-01); link it into the .cache/libdave probe path so the bot boots without the env var that Supervisor/config:cache defeat.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughAdds a 🚥 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 |
bd6d183 to
f21ab17
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
make libdavetarget that symlinks the libdave (DAVE E2EE) install into the.cache/libdaveprobe path, so the Discord bot boots without thefailed to initialize voice class / LibDaveNotFoundExceptionerror (DAVE is mandatory for voice since 2026-03-01).DISCORDPHP_DAVE_LIBRARY, which the Forge daemon (Supervisor ignores shell rc) andconfig:cache(skips.env) both defeat./.cache(machine-local, like/vendor).Deploy: run
make libdaveaftercomposer installin the Forge deploy script.