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
We used to do this, but that behavior was disabled in 942d853 because it doesn't play well with setting environment variables in cargo make and trying to use rust-analyzer at the same time. cargo make would set the environment variables and do a successful build, but when rust-analyzer would run cargo check it would force cef-sys and all dependencies to be rebuilt since it didn't have the environment variables set.
We used to do this, but that behavior was disabled in 942d853 because it doesn't play well with setting environment variables in
cargo make
and trying to userust-analyzer
at the same time.cargo make
would set the environment variables and do a successful build, but whenrust-analyzer
would runcargo check
it would forcecef-sys
and all dependencies to be rebuilt since it didn't have the environment variables set.Relevant issues:
rust-lang/cargo#6834
rust-lang/cargo#4001
The text was updated successfully, but these errors were encountered: