Commit e2542b3
authored
cleanup: speed up library generation (#12000)
`generate-libraries.sh` is used to:
- drive a CI build to verify the generated libraries and support files
are up to date
- update the libraries after the googleapis SHA changes
- update the libraries after (and during) changes to the generator
The first two cases need to run `update_libraries.sh`. The last case is
probably the most common case, and the slowest part was running the
`update_libraries.sh`.
I took the opportunity to make the output more readable when making
large updates.1 parent bdf7cc2 commit e2542b3
2 files changed
Lines changed: 13 additions & 7 deletions
File tree
- ci/cloudbuild/builds
- doc/contributor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
98 | 96 | | |
99 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
100 | 106 | | |
101 | | - | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments