-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gazel and rules_go bazel dependencies #801
Conversation
/assign @vincepri |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: detiber, vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Otherwise, bazel starts complaining about and fails eventually: ERROR: Skipping '//:gazelle': error loading package '': in /go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_gazelle/def.bzl: Encountered error while reading extension file 'lib/shell.bzl': no such package '@bazel_skylib//lib': Traceback (most recent call last): File "/go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_tools/tools/build_defs/repo/git.bzl", line 163 _clone_or_update(ctx) File "/go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_tools/tools/build_defs/repo/git.bzl", line 73, in _clone_or_update fail(("error cloning %s:\n%s" % (ctx....))) error cloning bazel_skylib: Undoing upstream kubernetes-sigs#804 and kubernetes-sigs#801.
Otherwise, bazel starts complaining about and fails eventually: ERROR: Skipping '//:gazelle': error loading package '': in /go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_gazelle/def.bzl: Encountered error while reading extension file 'lib/shell.bzl': no such package '@bazel_skylib//lib': Traceback (most recent call last): File "/go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_tools/tools/build_defs/repo/git.bzl", line 163 _clone_or_update(ctx) File "/go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_tools/tools/build_defs/repo/git.bzl", line 73, in _clone_or_update fail(("error cloning %s:\n%s" % (ctx....))) error cloning bazel_skylib: Undoing upstream kubernetes-sigs#804 and kubernetes-sigs#801.
Otherwise, bazel starts complaining about and fails eventually: ERROR: Skipping '//:gazelle': error loading package '': in /go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_gazelle/def.bzl: Encountered error while reading extension file 'lib/shell.bzl': no such package '@bazel_skylib//lib': Traceback (most recent call last): File "/go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_tools/tools/build_defs/repo/git.bzl", line 163 _clone_or_update(ctx) File "/go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_tools/tools/build_defs/repo/git.bzl", line 73, in _clone_or_update fail(("error cloning %s:\n%s" % (ctx....))) error cloning bazel_skylib: Undoing upstream kubernetes-sigs#804 and kubernetes-sigs#801.
Otherwise, bazel starts complaining about and fails eventually: ERROR: Skipping '//:gazelle': error loading package '': in /go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_gazelle/def.bzl: Encountered error while reading extension file 'lib/shell.bzl': no such package '@bazel_skylib//lib': Traceback (most recent call last): File "/go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_tools/tools/build_defs/repo/git.bzl", line 163 _clone_or_update(ctx) File "/go/src/github.com/openshift/cluster-api/_output/.cache/_bazel_root/329e6b0155c0ea7976c3e2bc09b71040/external/bazel_tools/tools/build_defs/repo/git.bzl", line 73, in _clone_or_update fail(("error cloning %s:\n%s" % (ctx....))) error cloning bazel_skylib: Undoing upstream kubernetes-sigs#804 and kubernetes-sigs#801.
What this PR does / why we need it:
Updates some of the bazel dependencies we are using for testing, removes deprecation warnings from transitive dependency usage of lib.bzl
Release note: