speccy: Recover app dependencies in pre_install scripts#18167
speccy: Recover app dependencies in pre_install scripts#18167AkariiinMKII wants to merge 5 commits into
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThe Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 |
|
/verify |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@bucket/speccy.json`:
- Line 21: The cleanup step in the manifest is too broad and removes more than
just the architecture-irrelevant executable. Update the script in the speccy
manifest so the cleanup logic only targets the unwanted EXE rather than
iterating over the top-level contents of $dir; keep the extraction flow that
preserves Lang and the needed files, and adjust the command around
Get-ChildItem/Remove-Item accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 9c051272-d36d-4adc-bbe3-3beef8f52c93
📒 Files selected for processing (1)
bucket/speccy.json
|
All changes look good. Wait for review from human collaborators. speccy
|
|
/verify |
|
All changes look good. Wait for review from human collaborators. speccy
|
|
@z-Fng It's ready for review now, try this one? |
Closes #18156
What behaves different:
Tests
64bit
32bit
Simulation for typical failure (dll file miss in installer)
<manifest-name[@version]|chore>: <general summary of the pull request>