bazel icon indicating copy to clipboard operation
bazel copied to clipboard

[7.3.0] Invalidate RepositoryDirecotryValue for vendored repos

Open bazel-io opened this issue 8 months ago • 0 comments

This makes sure vendored repos work correctly even without a bazel server restart.

For example, when

bazel vendor //:bin --vendor_dir=vendor_src
rm -rf vendor_src
bazel vendor //:bin --vendor_dir=vendor_src

Closes #22817.

PiperOrigin-RevId: 645429810 Change-Id: Iede46fd5d3af7a6c18442f953adf4c2232f422e9

Commit https://github.com/bazelbuild/bazel/commit/5a61e0be8d9134f44da6cfc1a982ebaefee9a1c8

bazel-io avatar Jun 24 '24 13:06 bazel-io