Conversation
|
@jakelee8 what do you think about this ? |
Codecov ReportBase: 23.72% // Head: 23.16% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1454 +/- ##
==========================================
- Coverage 23.72% 23.16% -0.56%
==========================================
Files 48 49 +1
Lines 22336 22409 +73
Branches 10222 10260 +38
==========================================
- Hits 5300 5192 -108
- Misses 11402 11576 +174
- Partials 5634 5641 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
I would consider For a more complete example of using GHA |
|
|
||
| ```yaml | ||
| - name: Cache Rust compilation | ||
| uses: metalbear-co/sscache-action@v1.0.2 |
There was a problem hiding this comment.
Sorry but I am not confortable recommending this
Could you please remove this?
There was a problem hiding this comment.
or if you are interested, we could discuss about moving the action under the Mozilla umbrella
There was a problem hiding this comment.
I was about suggest that, and invest a few hours into vetting and polishing so we can endorse something that's easier to use compared to a DIY manual.
| The action will automatically download and install `sccache` and configure it to use the GitHub Actions cache. | ||
| It will add `RUSTC_WRAPPER` environment to your build steps to use `sccache` as the compiler wrapper. | ||
|
|
||
| Just add this step to your workflow: |
There was a problem hiding this comment.
Maybe something like:
| Just add this step to your workflow: | |
| To integrate this into your workflow, you can see how it is done in this script: | |
| https://github.com/BitskiCo/rust-sdk/blob/main/bin/cargo |
|
Answering all replies in one spot:
|
No description provided.