Skip to content

Commit bc1a16c

Browse files
authored
ARROW-17395: [CI][Conan] can't find grpc-proto/cci.20220627 package (apache#13864)
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. Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 7726335 commit bc1a16c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

ci/conan/merge_status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
UPSTREAM_REVISION=232a32d832f9754b81dde348e8fd8ded37ad404b
18+
UPSTREAM_REVISION=d659daa941be8ea8d2b22e8802c61f15688c67d5

ci/conan/merge_upstream.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git \
3737
diff \
3838
${UPSTREAM_REVISION}..${UPSTREAM_HEAD} \
3939
recipes/arrow | \
40-
(cd "${source_dir}" && patch -p3)
40+
(cd "${source_dir}" && patch -p3 || :)
4141

4242
sed \
4343
-i.bak \

dev/tasks/tasks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,12 @@ tasks:
205205
ci: github
206206
template: docker-tests/github.linux.yml
207207
params:
208+
# ARROW-17395: Enable this again when grpc is updated.
209+
# -e ARROW_CONAN_WITH_FLIGHT_RPC=True
208210
flags: >-
209211
-e ARROW_CONAN_PARQUET=True
210212
-e ARROW_CONAN_WITH_BROTLI=True
211213
-e ARROW_CONAN_WITH_BZ2=True
212-
-e ARROW_CONAN_WITH_FLIGHT_RPC=True
213214
-e ARROW_CONAN_WITH_GLOG=True
214215
-e ARROW_CONAN_WITH_JEMALLOC=True
215216
-e ARROW_CONAN_WITH_JSON=True

0 commit comments

Comments
 (0)