Skip to content

Commit

Permalink
ARROW-17395: [CI][Conan] can't find grpc-proto/cci.20220627 package
Browse files Browse the repository at this point in the history
https://github.com/ursacomputing/crossbow/runs/7783226405?check_suite_focus=true

    WARN: thrift/0.16.0: requirement openssl/1.1.1o overridden by arrow/10.0.0 to openssl/1.1.1q
    WARN: grpc/1.47.0: requirement openssl/1.1.1o overridden by arrow/10.0.0 to openssl/1.1.1q
    WARN: grpc-proto/cci.20220627: requirement googleapis/cci.20220711 overridden by grpc/1.47.0 to googleapis/cci.20220531
    ERROR: Missing binary: grpc-proto/cci.20220627:a009d554471614a67005f24fdcb37541daece7cb
    grpc-proto/cci.20220627: WARN: Can't find a 'grpc-proto/cci.20220627' package for the specified settings, options and dependencies:
    - Settings: arch=x86_64, build_type=Release, compiler=gcc, compiler.libcxx=libstdc++, compiler.version=10, os=Linux
    - Options: fPIC=True, shared=False, googleapis:fPIC=True, googleapis:shared=False, protobuf:debug_suffix=True, protobuf:fPIC=True, protobuf:lite=False, protobuf:shared=False, protobuf:with_rtti=True, protobuf:with_zlib=True, zlib:fPIC=True, zlib:shared=False
    - Dependencies: protobuf/3.21.1, googleapis/cci.20220531
    - Requirements: googleapis/cci.20220531, protobuf/3.21.1:37dd8aae630726607d9d4108fefd2f59c8f7e9db
    - Package ID: a009d554471614a67005f24fdcb37541daece7cb

grpc-proto/cci is updated but grpc isn't updated yet. So we can't use
grpc-proto/cci's pre-built binary.
  • Loading branch information
kou committed Aug 12, 2022
1 parent a70908d commit a3896bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,12 @@ tasks:
ci: github
template: docker-tests/github.linux.yml
params:
# ARROW-17395: Enable this again when grpc is updated.
# -e ARROW_CONAN_WITH_FLIGHT_RPC=True
flags: >-
-e ARROW_CONAN_PARQUET=True
-e ARROW_CONAN_WITH_BROTLI=True
-e ARROW_CONAN_WITH_BZ2=True
-e ARROW_CONAN_WITH_FLIGHT_RPC=True
-e ARROW_CONAN_WITH_GLOG=True
-e ARROW_CONAN_WITH_JEMALLOC=True
-e ARROW_CONAN_WITH_JSON=True
Expand Down

0 comments on commit a3896bb

Please sign in to comment.