build: saves ~11 seconds build time#1498
build: saves ~11 seconds build time#1498helio-frota wants to merge 1 commit intoguacsec:mainfrom helio-frota:issue-1323
Conversation
|
Update: now 170.3s (2m 50.3s) |
|
I would first fix tests and whatever runtime error (maybe good to raise issue for each as well). |
|
I'm not sure saving 11 seconds build time really is that important, adding that extra complexity of maintaining all those feature flags. On the other side, it may be more for a |
|
thanks for the feedback folks
yeah that was fixed yesterday. It was caused by: - git2 = { version = "0.20.0", default-features = false, features = ["ssh"] }
+ git2 = { version = "0.20.0", features = ["ssh"] }probably related to the missing https feature and the runtime error in tests fixed yesterday removing
yeah that's why I 👎
We have the same result without @JimFuller-RedHat @ctron let's close the the PR and the issue then? |
|
Yea, if the size of the release binary doesn't show any significant different either, let's close it. |
|
ok closing 👍 |


Please let me know with 👍 or 👎 or PR review rejection/approval if this worth to have a bit verbose
Cargo.tomlto save ~15 seconds during build.More details you can see here: #1323 (comment)