ci: preserve Swift SDK Rust build cache#3632
Conversation
Review GateCommit:
|
📝 WalkthroughWalkthroughThe Swift SDK build workflow changes optimize caching and cleanup: the checkout step now avoids full cleaning, replaced by explicit ChangesBuild Workflow Cache and Cleanup Optimization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
Summary
target/directory during the Swift SDK workspace cleanup so Apple target artifacts can be reused on self-hosted runnersValidation
git diff --check -- .github/workflows/swift-sdk-build.ymlpython3 -c 'import pathlib, yaml; yaml.safe_load(pathlib.Path(".github/workflows/swift-sdk-build.yml").read_text()); print("yaml ok")'Summary by CodeRabbit