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 get this error (with 0.14.2) on bazel 3.5.0, but on 3.3.1 it's fine.
ERROR: /home/crutcher/.cache/bazel/_bazel_crutcher/6b497f0d8f4c2590b427029c1f772dc1/external/io_bazel_rules_docker/container/BUILD:40:11: no such package '@bazel_tools//third_party/py/gflags': BUILD file not found in directory 'third_party/py/gflags' of external repository @bazel_tools. Add a BUILD file to a directory to mark it as a package. and referenced by '@io_bazel_rules_docker//container:build_tar_lib'
The text was updated successfully, but these errors were encountered:
Ran into the same problem with a bazel upgrade to 3.5.0.
I recommend using a commit of rules_docker after the latest 0.14.4 release.
See #1622 for a request of 0.14.5
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days.
Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_docker!
I get this error (with 0.14.2) on bazel 3.5.0, but on 3.3.1 it's fine.
The text was updated successfully, but these errors were encountered: