Skip to content

Commit 6fa8b84

Browse files
nhormanSashan
authored andcommitted
update Dockerfile to pull hq-interop code from new location
Change the dockerfile to use enable-hqinterop and copy binaries from their new location Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from openssl#26546)
1 parent ec6c623 commit 6fa8b84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/quic-openssl-docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ RUN git clone --depth 1 https://github.com/ngtcp2/nghttp3.git && \
2828
# download and build openssl
2929
RUN git clone --depth 1 -b $OPENSSL_BRANCH $OPENSSL_URL && \
3030
cd openssl && \
31-
./Configure enable-sslkeylog enable-fips enable-demos enable-h3demo disable-docs --prefix=/usr --openssldir=/etc/pki/tls && \
32-
make -j 4 && make install && cp demos/guide/quic-hq-interop /usr/local/bin && \
33-
cp demos/guide/quic-hq-interop-server /usr/local/bin && \
31+
./Configure enable-sslkeylog enable-fips enable-demos enable-h3demo enable-hqinterop disable-docs --prefix=/usr --openssldir=/etc/pki/tls && \
32+
make -j 4 && make install && cp test/quic-openssl-docker/hq-interop/quic-hq-interop /usr/local/bin && \
33+
cp test/quic-openssl-docker/hq-interop/quic-hq-interop-server /usr/local/bin && \
3434
cp demos/http3/ossl-nghttp3-demo-server /usr/local/bin && \
3535
rm -rf /openssl
3636

0 commit comments

Comments
 (0)