-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[BUGFIX] rust-sccache: update to 0.2.15, enable feature=dist-server for x86_64* #29756
New issue
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
Conversation
|
Should be able to remove the cargo update command, since we are now on OpenSSL. I don't think this needs a sub package, though. |
Hmm... |
It definitely needs a subpackage, because most users don't use distributed builds functionality. They just use local and/or S3 cache to speed up repeated builds, for which |
0c37669 to
2f87743
Compare
|
Turns out |
35108f0 to
16396ae
Compare
|
@ericonr More info: mozilla/sccache#887, mozilla/sccache#887 (comment) I've also managed to add |
|
Please don't make separate packages, the |
|
|
Just conditionally add |
2b7311d to
bdb22db
Compare
|
@ericonr seems it builds fine, though during build of |
|
@ericonr seems like I really hope rust-lang/cargo#9695 will be included into |
|
بتاريخ الثلاثاء، 27 يوليو 2021، جاء من Artur Sinila <
***@***.***>:
… @ericonr <https://github.com/ericonr> seems like cargo 0.54.0 has some
issue with HTTP/2 and thus fails to work inside Github Actions. The issue
has its roots in curl.
More info: rust-lang/cargo#9697
<rust-lang/cargo#9697>, rust-lang/crates.io#3782
(comment)
<rust-lang/crates.io#3782 (comment)>,
rust-lang/cargo#9695 <rust-lang/cargo#9695>,
curl/curl#7400 <curl/curl#7400>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#29756 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOW7T7HCFPHMAVYINO2E5G3TZYGLXANCNFSM4Z2CBFQA>
.
--
reda
|
|
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it. |
Have the results of the proposed changes been tested?