From 17e81f2cd1843f01838245eae7b5ed5edf83d6be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 09:30:55 +0200 Subject: Adding upstream version 0.12.1+dfsg. Signed-off-by: Daniel Baumann --- ci/build_wolfssl.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ci/build_wolfssl.sh (limited to 'ci/build_wolfssl.sh') diff --git a/ci/build_wolfssl.sh b/ci/build_wolfssl.sh new file mode 100755 index 0000000..3d179ed --- /dev/null +++ b/ci/build_wolfssl.sh @@ -0,0 +1,9 @@ +#!/bin/sh -e +# wolfssl (for GitHub workflow) + +git clone --depth 1 https://github.com/wolfSSL/wolfssl +cd wolfssl +autoreconf -i +./configure --prefix=$PWD/build --enable-all --enable-quic +make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" +make install -- cgit v1.2.3