-
Notifications
You must be signed in to change notification settings - Fork 73
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
bazel: fix "missing strict dependencies" build issue #72
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sergiitk
force-pushed
the
bazel-build-fix
branch
2 times, most recently
from
November 9, 2023 05:50
4b8e039
to
b50be00
Compare
Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
Before: protoc-gen-go v1.25.0 After: protoc-gen-go v1.28.1 Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
sergiitk
force-pushed
the
bazel-build-fix
branch
from
November 9, 2023 07:56
16bd2ab
to
f094e7e
Compare
@adisuissa - please review - this unblocks all builds in this repo. |
Closed
adisuissa
approved these changes
Nov 9, 2023
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.
Great detective work!
Thanks!
Closed
sergiitk
added a commit
to sergiitk/envoy
that referenced
this pull request
Nov 10, 2023
cncf/xds@e9ce688...523115e - cel: add a description to the AST (cncf/xds#61) - Bump bazel to 4.2.2 (cncf/xds#68) - bazel: fix "missing strict dependencies" build issue (cncf/xds#72) - bazel version updated from `4.2.2` to `6.3.2` - `protoc-gen-validate` dependencies updated to match Envoy's Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
mattklein123
pushed a commit
to envoyproxy/envoy
that referenced
this pull request
Nov 13, 2023
cncf/xds@e9ce688...523115e - cel: add a description to the AST (cncf/xds#61) - Bump bazel to 4.2.2 (cncf/xds#68) - bazel: fix "missing strict dependencies" build issue (cncf/xds#72) - bazel version updated from `4.2.2` to `6.3.2` - `protoc-gen-validate` dependencies updated to match Envoy's Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
update-envoy bot
added a commit
to envoyproxy/data-plane-api
that referenced
this pull request
Nov 13, 2023
cncf/xds@e9ce688...523115e - cel: add a description to the AST (cncf/xds#61) - Bump bazel to 4.2.2 (cncf/xds#68) - bazel: fix "missing strict dependencies" build issue (cncf/xds#72) - bazel version updated from `4.2.2` to `6.3.2` - `protoc-gen-validate` dependencies updated to match Envoy's Signed-off-by: Sergii Tkachenko <sergiitk@google.com> Mirrored from https://github.com/envoyproxy/envoy @ b500165160ce60020ad55bf6b10c6d5cc0b5f54c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solves the build issue, likely caused by unpinned transitive dependencies of
protoc-gen-validate
:The problem is solved by matching
protoc-gen-validate
with the version used by Envoy:4.2.2
to6.3.2
(updated bazel-gazelle fails with 4.2.2)github.com/bazelbuild/bazel-gazelle
updated fromv0.23.0
tov0.31.1
github.com/bazelbuild/rules_go
updated fromv0.27.0
tov0.39.1
1.16.6
to1.20.2
com_github_lyft_protoc_gen_star
upgraded fromv0.5.1
tov2.0.1
golang.org/x/net
pinned tov0.0.0-20200226121028-0de0cce0169b
golang.org/x/text
pinned tov0.3.3
google.golang.org/protobuf
pinned tov1.28.1