You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then git clone --depth 1 -b OpenSSL_1_1_1s+quic https://github.com/quictls/openssl.git && cd /openssl && ./config && make -j$(nproc) && make install_sw; \
14
+
elif [ "$SSLLIB" = "QuicTLS" ]; \
15
+
then git clone --depth 1 https://github.com/quictls/quictls.git openssl && cd /openssl && ./config --libdir=lib && make -j$(nproc) && make install_sw; \
14
16
elif [ "$SSLLIB" = "AWS-LC" ]; \
15
17
then git clone https://github.com/aws/aws-lc && cd aws-lc && cmake -DBUILD_SHARED_LIBS=1 -B build && make -C build && make -C build install; \
16
18
elif [ "$SSLLIB" = "LibreSSL" ]; \
@@ -19,7 +21,7 @@ RUN if [ "$SSLLIB" = "QuicTLS" ]; \
0 commit comments