ci: free disk space by removing /output folder when it's no longer needed#7075
Conversation
✅ No Merge Conflicts DetectedThis PR currently has no conflicts with other open PRs. |
WalkthroughThe GitHub Actions workflow file Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1){guix-build*,releases,**/guix-build*,releases/**,.github/**,depends/**,ci/**,contrib/**,doc/**}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
⏰ 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). (10)
🔇 Additional comments (1)
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 |
Issue being fixed or feature implemented
/outputfolder just sits there wasting disk space afterBuild sourcestep:(NOTE: fuzz, mac and win64 don't produce anything in
/outputfolder)What was done?
Remove the folder at the end of
Build sourcestep. Also drop unusedBASE_OUTDIRenv var pointing to it fromRun unit testsstep to avoid confusion.How Has This Been Tested?
https://github.com/UdjinM6/dash/actions/runs/20355332620
Breaking Changes
n/a
Checklist: