I've been using cargo raze for some time in my repo. However, I've noticed that if I clear my cache and build from scratch I get a barrage of errors in the form:
DEBUG: Rule 'raze__ibverbs__0_4_2' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1615914885 +0000"
DEBUG: Repository raze__ibverbs__0_4_2 instantiated at:
/home/rdelfin/code/WayveCode/WORKSPACE:565:25: in <toplevel>
/home/rdelfin/code/WayveCode/3rdparty/rust/cargo/crates.bzl:933:10: in raze_fetch_remote_crates
/home/rdelfin/.cache/bazel/_bazel_rdelfin/8ad2193c8c01fcec09f2187a53fcd3c9/external/bazel_tools/tools/build_defs/repo/utils.bzl:233:18: in maybe
Repository rule new_git_repository defined at:
/home/rdelfin/.cache/bazel/_bazel_rdelfin/8ad2193c8c01fcec09f2187a53fcd3c9/external/bazel_tools/tools/build_defs/repo/git.bzl:186:37: in <toplevel>
It seems like Cargo raze is not adding an expected field to make the new_git_repository rules be in canonical form. Is cargo raze capable of generating these fields?
I've been using cargo raze for some time in my repo. However, I've noticed that if I clear my cache and build from scratch I get a barrage of errors in the form:
It seems like Cargo raze is not adding an expected field to make the
new_git_repository
rules be in canonical form. Is cargo raze capable of generating these fields?