add --syncdeps to install missing PKGBUILD dependencies#1974
add --syncdeps to install missing PKGBUILD dependencies#1974nicolasnoble merged 1 commit intogrumpycoders:mainfrom
Conversation
|
Warning Rate limit exceeded@njfox has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 11 minutes and 17 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
WalkthroughThe AUR build workflow step is updated to include Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
2af473c to
98d1052
Compare
|
Note this AUR CI failure is expected as #1973 hasn't been merged yet to remove the deprecated |
The AUR CI workflow was failing due to new dependencies being added to the PKGBUILD but not the Github action. This PR adds the
--syncdepsflag to automatically install any missing dependencies from the PKGBUILD when building the package.