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
When running bazel build with --experimental_guard_against_concurrent_changes warnings are produced about concurrent modification and as a result not uploading the results to the cache.
WARNING: Skipping uploading outputs because of concurrent modifications with --experimental_guard_against_concurrent_changes enabled: /private/var/tmp/_bazel_test/29ec91ab44902ce087f81950e63441b1/execroot/_main/external/rules_oci~~oci~postgres_linux_arm64/blobs/sha256/313fe0d5de63dee76672c6f926c2da84735e135bcb657c5f619c45d5485bf7ea was modified during execution
Version:
bazel_dep(name = "rules_oci", version = "2.0.1")
Bazel version:
bazel 7.x and 8.0.x
The text was updated successfully, but these errors were encountered:
When running
bazel build
with--experimental_guard_against_concurrent_changes
warnings are produced about concurrent modification and as a result not uploading the results to the cache.Version:
Bazel version:
The text was updated successfully, but these errors were encountered: