Commit 21ec15a
committed
build: Add gRPC, gh, and jq to ubuntu-22.04 container image
Add gRPC build from source to the Ubuntu container image so that
VELOX_BUILD_TESTING=ON works with SYSTEM dependency resolution
without needing to override gRPC_SOURCE=BUNDLED.
Also install gh and jq CLI tools needed by the
apache/infrastructure-actions/stash CI action.
Changes:
- Extract install_grpc() from install_gcs_sdk_cpp() in setup-common.sh
- Call install_grpc in setup-ubuntu.sh install_velox_deps
- Refactor install_gcs_sdk_cpp to reuse install_protobuf and install_grpc
- Add gh and jq installation to ubuntu-22.04-cpp.dockerfile1 parent 15879ed commit 21ec15a
File tree
3 files changed
+27
-20
lines changed- scripts
- docker
3 files changed
+27
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
40 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
116 | 129 | | |
117 | 130 | | |
118 | 131 | | |
| |||
310 | 323 | | |
311 | 324 | | |
312 | 325 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
333 | 329 | | |
334 | 330 | | |
335 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
| |||
0 commit comments