Commit 087ea90
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#67081 parent eb5648d commit 087ea90
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
0 commit comments