This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch jiridanek-patch-3_aarch64_grpciotest in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit 7313ff19f92378daaf325aa74e2e84a7413c539b Author: Jiri Daněk <[email protected]> AuthorDate: Wed Apr 7 15:17:43 2021 +0200 try out grpcio==1.37.0rc1 on aarch64 --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13874f7..17f9fc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,10 +100,7 @@ jobs: # DISPATCH-1883: Install selectors to run tcp echo server/client tools - python3 -m pip install --user selectors # Install grpcio and protobuf to run the grpc tests. - # Installation on AArch64 currently broken https://github.com/grpc/grpc/pull/25363 - # Binary wheel is not available in PyPI for Aarch64 and source install requires fetching git submodules first - - python3 -m pip install --user protobuf - - sudo apt install python3-grpcio + - python3 -m pip install --user protobuf grpcio==1.37.0rc1 env: - CC=clang-11 - CXX=clang++-11 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
