We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sccache now has the native GHA Cache services support, which means it can access cache from/to the GHA cache services directly.
By adopting sccache we can make our build faster:
Cargo.lock
Here is my test over Test (ubuntu-laster, 3.11) on my fork:
Test (ubuntu-laster, 3.11)
https://github.com/PyO3/maturin/actions/runs/3984744042/jobs/6831307652
Finished test [unoptimized + debuginfo] target(s) in 3m 20s
Finished test [unoptimized + debuginfo] target(s) in 3m 50s
https://github.com/Xuanwo/maturin/actions/runs/3988689309/jobs/6840397892
Finished test [unoptimized + debuginfo] target(s) in 2m 14s
The text was updated successfully, but these errors were encountered:
Thanks! I'd like to try it on bors runs in pull request, it'll spawn lots of concurrent workflow jobs, let's see how it performs.
Sorry, something went wrong.
I'd like to try it on bors runs in pull request, it'll spawn lots of concurrent workflow jobs, let's see how it performs.
Hi, I'm not familiar with bors, can you tell me how to get this work started?
Just open a pull request.
7df6a66
Successfully merging a pull request may close this issue.
Sccache now has the native GHA Cache services support, which means it can access cache from/to the GHA cache services directly.
By adopting sccache we can make our build faster:
Cargo.lock
changed.Here is my test over
Test (ubuntu-laster, 3.11)
on my fork:Current main branch (with rust-cache):
https://github.com/PyO3/maturin/actions/runs/3984744042/jobs/6831307652
Finished test [unoptimized + debuginfo] target(s) in 3m 20s
First time run with sccache
Finished test [unoptimized + debuginfo] target(s) in 3m 50s
Second time run with sccache
https://github.com/Xuanwo/maturin/actions/runs/3988689309/jobs/6840397892
Finished test [unoptimized + debuginfo] target(s) in 2m 14s
The text was updated successfully, but these errors were encountered: