Skip to content

Commit 087ea90

Browse files
authored
chore: add protoc to tool section (#13709)
Add protoc to tool section in librarian.yaml. Locally tested `librarian install` and `librarian generate apphub`, the `protoc` binary is from the librarian managed directory: ``` ((.venv) ) joewa@joewa-glinux-medium:~/workspace/google-cloud-java$ go run github.com/googleapis/librarian/cmd/librarian@${V} generate apphub -v /usr/local/google/home/joewa/.cache/librarian/bin/protoc/v33.2/bin/protoc --experimental_allow_proto3_optional ... ``` Fixes googleapis/librarian#6708
1 parent eb5648d commit 087ea90

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

librarian.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
language: java
15-
version: v0.24.1-0.20260707150039-db37cc1a8f59
15+
version: v0.25.1-0.20260708160859-939ae6f16e82
1616
repo: googleapis/google-cloud-java
1717
sources:
1818
googleapis:
@@ -47,6 +47,9 @@ tools:
4747
- name: synthtool
4848
version: ""
4949
local_path: sdk-platform-java/hermetic_build/library_generation
50+
protoc:
51+
version: "33.2"
52+
sha256: b24b53f87c151bfd48b112fe4c3a6e6574e5198874f38036aff41df3456b8caf
5053
default:
5154
java:
5255
custom_group_ids:

0 commit comments

Comments
 (0)