Skip to content
Snippets Groups Projects
Commit 8990bf6d authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Disable gso for interop because sendmsg fails with EIO

parent c2358777
No related merge requests found
......@@ -13,7 +13,7 @@ RUN apt-get update && \
make -j$(nproc) && make install-strip && cd .. && rm -rf nghttp3 && \
git clone --depth 1 https://github.com/ngtcp2/ngtcp2 && \
cd ngtcp2 && autoreconf -i && \
./configure && \
./configure CXXFLAGS=-DNGTCP2_ENABLE_UDP_GSO=0 && \
make -j$(nproc) && make install-strip && cp examples/server examples/client /usr/local/bin && cd .. && rm -rf ngtcp2 && \
strip /usr/local/lib/*.so.*.* /usr/local/lib/engines-*/*.so && \
rm -rf /usr/local/lib/libssl.so /usr/local/lib/libcrypto.so /usr/local/lib/libssl.a /usr/local/lib/libcrypto.a /usr/local/lib/pkgconfig/*ssl.pc /usr/local/include/openssl/* && \
......
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