Skip to content

use wolssl and nghttp3/ngtcp2 #357

use wolssl and nghttp3/ngtcp2

use wolssl and nghttp3/ngtcp2 #357

Triggered via push December 17, 2023 16:38
Status Failure
Total duration 4m 2s
Artifacts

docker.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool nghttp2-dev nghttp2-static zlib-dev zlib-static && git clone --recursive --branch \"$WS_VERSION\" https://github.com/wolfSSL/wolfssl /src/wolfssl && cd /src/wolfssl && /src/wolfssl/autogen.sh && /src/wolfssl/configure --prefix=/usr --enable-curl --disable-oldtls --enable-quic --enable-ech --enable-psk --enable-session-ticket --enable-earlydata --disable-shared --enable-static && make && make install && git clone --recursive --branch \"$NGH3_VERSION\" https://github.com/ngtcp2/nghttp3 /src/nghttp3 && cd /src/nghttp3 && autoreconf -fi && /src/nghttp3/configure --prefix=/usr --enable-lib-only --disable-shared --enable-static && make && make install && git clone --recursive --branch \"$NT2_VERSION\" https://github.com/ngtcp2/ngtcp2 /src/ngtcp2 && cd /src/ngtcp2 && autoreconf -fi && /src/ngtcp2/configure --prefix=/usr --with-wolfssl --enable-lib-only --disable-shared --enable-static && make && make install && mkdir /src/curl && wget \"https://curl.se/download/curl-$CURL_VERSION.tar.gz\" -O - | tar xz -C /src/curl --strip-components=1 && cd /src/curl && autoreconf -fi && /src/curl/configure LDFLAGS=\"-static\" PKG_CONFIG=\"pkg-config --static\" --with-wolfssl --with-nghttp2 --with-ngtcp2 --with-nghttp3 --disable-ech --enable-websockets --disable-shared --enable-static --disable-libcurl-option && make -j \"$(nproc)\" LDFLAGS=\"-static -all-static\" && strip -s /src/curl/src/curl" did not complete successfully: exit code: 1