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
I ran across this issue in our CI setup, where the Bazel daemon is running from a previous build. It turns out that when using a combination of Bazel 8.0.1 and rules_rust 0.57.1, changes to Cargo.toml and Cargo.lock files listed in crate.from_cargo are not picked up.
I ran across this issue in our CI setup, where the Bazel daemon is running from a previous build. It turns out that when using a combination of Bazel 8.0.1 and
rules_rust
0.57.1, changes toCargo.toml
andCargo.lock
files listed incrate.from_cargo
are not picked up.I made a very simple example repo here to show the problem in action: https://github.com/gferon/rules_rust_no_refresh_bug (see the
./build-refresh-build.sh
script at the root).The text was updated successfully, but these errors were encountered: