File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 98
98
before_install :
99
99
- sudo apt-get install clang-11 llvm-11-dev
100
100
# Python 3.8.2 in Ubuntu LTS has ASan issues
101
+ - sudo apt install -y python3-pip
101
102
- sudo add-apt-repository -y ppa:deadsnakes/ppa
102
103
- sudo apt-get update
103
104
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
@@ -114,10 +115,7 @@ jobs:
114
115
# DISPATCH-1883: Install selectors to run tcp echo server/client tools
115
116
- python3 -m pip install --user selectors
116
117
# Install grpcio and protobuf to run the grpc tests.
117
- # Installation on AArch64 currently broken https://github.com/grpc/grpc/pull/25363
118
- # Binary wheel is not available in PyPI for Aarch64 and source install requires fetching git submodules first
119
- - python3 -m pip install --user protobuf
120
- - sudo apt install python3-grpcio
118
+ - python3 -m pip install --user protobuf grpcio
121
119
env :
122
120
- QPID_SYSTEM_TEST_TIMEOUT=300
123
121
- CC=clang-11
You can’t perform that action at this time.
0 commit comments