-
Notifications
You must be signed in to change notification settings - Fork 34
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 bazel build image. #388
Merged
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
paulosjca
added
the
release notes: no
Indicates that PR should not be in release notes
label
Nov 28, 2023
veblush
approved these changes
Nov 28, 2023
paulosjca
added
release notes: yes
Indicates that PR needs to be in release notes
and removed
release notes: no
Indicates that PR should not be in release notes
labels
Nov 28, 2023
paulosjca
added a commit
to paulosjca/test-infra
that referenced
this pull request
Dec 8, 2023
lepistone
added a commit
to lepistone/test-infra
that referenced
this pull request
Jan 18, 2024
This is the same image used in grpc#388. It upgrades bazel from 6.1.2 to 6.4.0, which is the default supported version starting with v1.60.0. Without this change, building the driver image fails with: /tmp/build_output/5e0c6d2c26e81c9358486406038ccc44/external/com_google_protobuf/upb_generator/BUILD:266:21: @com_google_protobuf//upb_generator:protoc-gen-upb_toolchain: no such attribute 'output_files' in 'proto_lang_toolchain' rule https://github.com/grpc/grpc/blob/master/.bazelversion https://github.com/grpc/grpc/blob/master/bazel/supported_versions.txt
lepistone
added a commit
to lepistone/test-infra
that referenced
this pull request
Jan 18, 2024
This is the same image used in grpc#388. It upgrades bazel from 6.1.2 to 6.4.0, which is the default supported version starting with v1.60.0. Without this change, building the driver image fails with: /tmp/build_output/5e0c6d2c26e81c9358486406038ccc44/external/com_google_protobuf/upb_generator/BUILD:266:21: @com_google_protobuf//upb_generator:protoc-gen-upb_toolchain: no such attribute 'output_files' in 'proto_lang_toolchain' rule https://github.com/grpc/grpc/blob/master/.bazelversion https://github.com/grpc/grpc/blob/master/bazel/supported_versions.txt
lepistone
added a commit
to lepistone/test-infra
that referenced
this pull request
Mar 18, 2024
This is the same image used in grpc#388. It upgrades bazel from 6.1.2 to 6.4.0, which is the default supported version starting with v1.60.0. Without this change, building the driver image fails with: /tmp/build_output/5e0c6d2c26e81c9358486406038ccc44/external/com_google_protobuf/upb_generator/BUILD:266:21: @com_google_protobuf//upb_generator:protoc-gen-upb_toolchain: no such attribute 'output_files' in 'proto_lang_toolchain' rule https://github.com/grpc/grpc/blob/master/.bazelversion https://github.com/grpc/grpc/blob/master/bazel/supported_versions.txt
paulosjca
pushed a commit
that referenced
this pull request
Mar 18, 2024
* Update bazel build image for the driver This is the same image used in #388. It upgrades bazel from 6.1.2 to 6.4.0, which is the default supported version starting with v1.60.0. Without this change, building the driver image fails with: /tmp/build_output/5e0c6d2c26e81c9358486406038ccc44/external/com_google_protobuf/upb_generator/BUILD:266:21: @com_google_protobuf//upb_generator:protoc-gen-upb_toolchain: no such attribute 'output_files' in 'proto_lang_toolchain' rule https://github.com/grpc/grpc/blob/master/.bazelversion https://github.com/grpc/grpc/blob/master/bazel/supported_versions.txt * Use the latest released driver, from grpc/grpc 1.62.1.
paulosjca
pushed a commit
to paulosjca/test-infra
that referenced
this pull request
Mar 18, 2024
* Update bazel build image for the driver This is the same image used in grpc#388. It upgrades bazel from 6.1.2 to 6.4.0, which is the default supported version starting with v1.60.0. Without this change, building the driver image fails with: /tmp/build_output/5e0c6d2c26e81c9358486406038ccc44/external/com_google_protobuf/upb_generator/BUILD:266:21: @com_google_protobuf//upb_generator:protoc-gen-upb_toolchain: no such attribute 'output_files' in 'proto_lang_toolchain' rule https://github.com/grpc/grpc/blob/master/.bazelversion https://github.com/grpc/grpc/blob/master/bazel/supported_versions.txt * Use the latest released driver, from grpc/grpc 1.62.1.
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.
No description provided.