зеркало из https://github.com/github/vitess-gh.git
Trying to fix travis build.
This commit is contained in:
Родитель
9b76a04a00
Коммит
7af27670ba
|
@ -50,6 +50,9 @@ protobuf_dist=$VTROOT/dist/protobuf
|
|||
if [ -d $protobuf_dist ]; then
|
||||
echo "skipping protobuf build"
|
||||
else
|
||||
# The directory doesn't exist, so it wasn't picked up by dev.env yet,
|
||||
# but the install needs it to exist first, and be in PYTHONPATH.
|
||||
export PYTHONPATH=$(prepend_path $PYTHONPATH $protobuf_dist/lib/python2.7/site-packages)
|
||||
(mkdir -p $protobuf_dist/lib/python2.7/site-packages && \
|
||||
cd $protobuf_dist && \
|
||||
wget https://github.com/google/protobuf/archive/v3.0.0-alpha-2.zip && \
|
||||
|
|
Загрузка…
Ссылка в новой задаче