Skip to content

Commit

Permalink
Change url we download libressl from
Browse files Browse the repository at this point in the history
cdn.openbsd.org seems to be much more dependable than ftp.openbsd.org
  • Loading branch information
SeanTAllen committed Apr 27, 2023
1 parent b9f8d6b commit 0e5136c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG FROM_TAG=release
FROM ponylang/shared-docker-ci-x86-64-unknown-linux-builder:${FROM_TAG}

RUN cd /tmp && \
wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.3.tar.gz && \
wget https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.3.tar.gz && \
tar xf libressl-3.5.3.tar.gz && \
cd libressl-3.5.3/ && \
./configure && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG FROM_TAG=release
FROM ponylang/shared-docker-ci-x86-64-unknown-linux-builder:${FROM_TAG}

RUN cd /tmp && \
wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.7.2.tar.gz && \
wget https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.7.2.tar.gz && \
tar xf libressl-3.7.2.tar.gz && \
cd libressl-3.7.2/ && \
./configure && \
Expand Down

0 comments on commit 0e5136c

Please sign in to comment.