Skip to content

Commit 9352488

Browse files
committed
ansible: update to openssl-3.0.0-beta1
This commit updates the version of quictls/openssl to 3.0.0-beta1. This change will cause a test failure so it needs to be coordinated with nodejs/node#38753.
1 parent 6036d04 commit 9352488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/docker/templates/ubuntu1804_sharedlibs.Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ENV OPENSSL300DIR /opt/openssl-3.0.0
8080

8181
RUN mkdir -p /tmp/openssl_3.0.0 && \
8282
cd /tmp/openssl_3.0.0 && \
83-
git clone https://github.com/quictls/openssl.git -b openssl-3.0.0-alpha16+quic --depth 1 && \
83+
git clone https://github.com/quictls/openssl.git -b openssl-3.0.0-beta1+quic --depth 1 && \
8484
cd openssl && \
8585
./config --prefix=$OPENSSL300DIR && \
8686
make -j 6 && \

0 commit comments

Comments
 (0)