🚗 Rugby Roadmap #357
Replies: 6 comments 23 replies
-
Beta Was this translation helpful? Give feedback.
-
Ready to use remote cache solutionsProblem
ProposalThe proposal is to implement high-level service specific remote cache commands, like: - command: warmup_s3
address: s3.eu-west-2.amazonaws.com
some_cred_key: hashKey
arch: arm64- command: upload_s3
address: s3.eu-west-2.amazonaws.com
some_cred_key: hashKey
arch: arm64And I think the first thing to do is to implement a general upload command with the steps described in doc |
Beta Was this translation helpful? Give feedback.
-
|
I have an idea to follow up on the authentication for remote caches. The current implementation based on a header parameter is great, and it makes our adoption in CI very straightforward. When it comes to local developer environments it becomes a little bit more tricky, since developers have to include the headers every time they run the rugby command. I wonder which are your thoughts on an alternative solution that does not require the headers to be part of the plan. Just thinking out loud: maybe we could have a hidden file in the root of the project, called Curious to hear your thoughts here. |
Beta Was this translation helpful? Give feedback.
-
|
I have another idea/suggestion/feature request. In my current company, we leverage Cocoapods for modularization. All our modules are development pods. At some point, we enabled our current caching solution for developer's local machines (before it was only enabled in CI). It introduced lots of friction because most developers preferred to having all the local modules available to quickly edit and debug (at the expense of faster build times). We had to introduce some changes: In CI we cache everything, locally we only cache external dependencies. Here comes my suggestion: |
Beta Was this translation helpful? Give feedback.
-
|
Thank you all for your ideas! 🚀 |
Beta Was this translation helpful? Give feedback.
-
|
I came across plugin and thought it would be possible to implement a plugin with a similar API based on Rugby. As an option for simple and seamless caching integration for cases where you don't need all the flexibility that Rugby offers. |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I'm wondering if any of you have any thoughts on the future of 🏈 Rugby.
Feel free to share your thoughts and ideas on this topic.
Whether it's about new features, potential pitfalls, or anything else you can think of.
I'd really appreciate ♥︎ hearing your thoughts.
🚢 Upcoming:
rugby buildto pull request changes (xcbeautify --renderer github-actions)⚙️ Creating a symlink to the latest logs folder #368
🐳 Improve remote cache documentation #374
--dry-runfor commands with--targets-as-regexoptions🚀 Added
--trymode to commands #375Beta Was this translation helpful? Give feedback.
All reactions