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
It looks like #953 introduced a regression on Bazel 6.x
Traceback (most recent call last):
File "/home/jmthvt/.cache/bazel/_bazel_jmthvt/2299fc45cf64d298be53c0b783603165/external/aspect_bazel_lib/lib/private/tar.bzl", line 304, column 38, in _tar_impl
src[DefaultInfo].files_to_run.repo_mapping_manifest
Error: 'FilesToRunProvider' value has no field or method 'repo_mapping_manifest'
This field is only present in Bazel versions v7.0 or later. An
accodation for its absence is required while v6.x versions are still
supported by this library.
Fixesbazel-contrib#975
It looks like #953 introduced a regression on Bazel 6.x
Which is indeed not present in 6.5.0: https://bazel.build/versions/6.5.0/rules/lib/FilesToRunProvider
The text was updated successfully, but these errors were encountered: