Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

pritunl v1.32.3725.2 #75

pritunl v1.32.3725.2

pritunl v1.32.3725.2 #75

Triggered via push November 24, 2023 18:36
Status Failure
Total duration 50s
Artifacts

build-latest.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 set -x && apk add -q --no-cache --virtual .build-deps cargo curl gcc git go libffi-dev linux-headers make musl-dev openssl-dev python3-dev py3-pip rust && apk add -q --no-cache bash ca-certificates ipset iptables ip6tables openssl openvpn procps py3-dnspython py3-requests py3-setuptools py3-six tzdata wireguard-tools && pip3 install --upgrade pip && go install github.com/pritunl/pritunl-dns@latest && go install github.com/pritunl/pritunl-web@latest && cp /go/bin/* /usr/bin && cd /tmp && curl -sSL https://github.com/pritunl/pritunl/archive/refs/tags/${VERSION}.tar.gz -o /tmp/${VERSION}.tar.gz && tar -zxf /tmp/${VERSION}.tar.gz && cd /tmp/pritunl-${VERSION} && sed -i -e '/dataclasses==0.8/,+2d' -e '/packaging==20.9/,+2d' requirements.txt && python3 setup.py build && pip3 install -U -r requirements.txt && mkdir -p /var/lib/pritunl && python3 setup.py install && apk del -q --purge .build-deps && rm -rf /go /root/.cache/* /tmp/* /var/cache/apk/*" did not complete successfully: exit code: 2