Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#2200 from rameshthoomu/boring…
Browse files Browse the repository at this point in the history
…ssl-grpc

boringssl fix - allows installation grpc package in zLinux fixes#1922
  • Loading branch information
srderson authored Jul 13, 2016
2 parents ae9bc10 + f7697c1 commit 2163e60
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions devenv/setupRHELonZ.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,21 @@ python get-pip.py
pip install --upgrade pip
pip install behave nose docker-compose

################
#grpcio package

git clone https://github.com/grpc/grpc.git
cd grpc
pip install -rrequirements.txt
git checkout tags/release-0_13_1
sed -i -e "s/boringssl.googlesource.com/github.com\/linux-on-ibm-z/" .gitmodules
git submodule sync
git submodule update --init
cd third_party/boringssl
git checkout s390x-big-endian
cd ../..
GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .

# updater-server, update-engine, and update-service-common dependencies (for running locally)
pip install -I flask==0.10.1 python-dateutil==2.2 pytz==2014.3 pyyaml==3.10 couchdb==1.0 flask-cors==2.0.1 requests==2.4.3
cat >> ~/.bashrc <<HEREDOC
Expand Down

0 comments on commit 2163e60

Please sign in to comment.