You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo-udeps started failing to build in the udeps CI job. #2592 added the --locked flag to resolve this. However, in order to use the --locked flag, cargo install was run manually without camshaft/install, because camshaft/install doesn't currently support providing arguments to cargo install. This means that the cargo-udeps build isn't cached.
Solution:
We should add support for cargo install flags to camshaft/install, and then replace the manual cargo install in the udeps CI job with camshaft/install.
The text was updated successfully, but these errors were encountered:
Problem:
cargo-udeps
started failing to build in theudeps
CI job. #2592 added the--locked
flag to resolve this. However, in order to use the--locked
flag,cargo install
was run manually withoutcamshaft/install
, becausecamshaft/install
doesn't currently support providing arguments tocargo install
. This means that thecargo-udeps
build isn't cached.Solution:
We should add support for
cargo install
flags tocamshaft/install
, and then replace the manualcargo install
in theudeps
CI job withcamshaft/install
.The text was updated successfully, but these errors were encountered: