Skip to content

Commit

Permalink
Debugging output for libuv/libuv#2862
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 21, 2020
1 parent 80a90e2 commit ea646d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ jobs:
# used pip install which used temporary directories.)
- pushd deps/libev && ./configure -C --prefix=$BUILD_LIBS && make install && popd
- pushd deps/c-ares && ./configure -C --prefix=$BUILD_LIBS && make -j4 install && popd
- pushd deps/libuv && ./autogen.sh && bash ./configure -C --disable-static --prefix=$BUILD_LIBS && make -j4 install && popd
- autoconf --version
- pushd deps/libuv && ./autogen.sh && sed -n 12680,12690p configure && ./configure -C --disable-static --prefix=$BUILD_LIBS && make -j4 install && popd
# libev builds a manpage each time, and it includes today's date, so it frequently changes.
# delete to avoid repacking the archive
- rm -rf $BUILD_LIBS/share/man/
Expand Down

0 comments on commit ea646d0

Please sign in to comment.