Commit ea646d04 authored by Jason Madden's avatar Jason Madden
parent 80a90e23
...@@ -227,7 +227,8 @@ jobs: ...@@ -227,7 +227,8 @@ jobs:
# used pip install which used temporary directories.) # used pip install which used temporary directories.)
- pushd deps/libev && ./configure -C --prefix=$BUILD_LIBS && make install && popd - 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/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. # libev builds a manpage each time, and it includes today's date, so it frequently changes.
# delete to avoid repacking the archive # delete to avoid repacking the archive
- rm -rf $BUILD_LIBS/share/man/ - rm -rf $BUILD_LIBS/share/man/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment