Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit a65e95e

Browse files
author
Juanjo Alvarez
committed
Download a binary protobuf deb package instead of compiling.
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent 623270c commit a65e95e

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ python:
99
- "3.5"
1010
- "3.6"
1111
install:
12-
- wget https://github.com/google/protobuf/releases/download/v3.4.1/protobuf-python-3.4.1.tar.gz
13-
- tar -xzvf protobuf-python-3.4.1.tar.gz
14-
- cd protobuf-3.4.1
15-
- ./configure --prefix=/usr
16-
- make
17-
- sudo make install
18-
- cd ..
12+
- wget https://github.com/bblfsh/client-python/releases/download/v2.2.1/protobuf-python_3.4.1-1_amd64.deb
13+
- sudo dpkg -i protobuf-python_3.4.1-1_amd64.deb
1914
- pip3 install --upgrade pip
2015
- pip3 install -r requirements.txt
2116
- python3 setup.py --getdeps

0 commit comments

Comments
 (0)