Skip to content

Commit c12b9d9

Browse files
kouraulcd
authored andcommitted
GH-35426: [CI][Packaging][Conan] Build grpc (#35427)
### Rationale for this change We can't use a prebuilt package for grpc. ### What changes are included in this PR? Built grpc by ourselves. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #35426 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 4419453 commit c12b9d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/scripts/conan_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export CONAN_HOOK_ERROR_LEVEL=40
2929

3030
conan_args=()
3131
conan_args+=(--build=arrow)
32+
conan_args+=(--build=grpc) # We want to remove this if possible
3233
conan_args+=(--build=grpc-proto) # We want to remove this if possible
3334
if [ -n "${ARROW_CONAN_PARQUET:-}" ]; then
3435
conan_args+=(--options arrow:parquet=${ARROW_CONAN_PARQUET})

0 commit comments

Comments
 (0)