Skip to content

Commit

Permalink
Only build libpresto.so and libsla.so
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Nov 19, 2019
1 parent 3837ace commit 0c4d648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/py2.docker
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ADD . /code
ENV PRESTO /code
ENV LD_LIBRARY_PATH /code/lib
WORKDIR /code/src
RUN make
RUN make libpresto slalib
WORKDIR /code
RUN pip install /code

2 changes: 1 addition & 1 deletion .travis/py3.docker
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ADD . /code
ENV PRESTO /code
ENV LD_LIBRARY_PATH /code/lib
WORKDIR /code/src
RUN make
RUN make libpresto slalib
WORKDIR /code
RUN pip3 install /code

0 comments on commit 0c4d648

Please sign in to comment.