From e233ea00593446079a39e018a2d3621596259ebe Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 19 Feb 2026 16:27:50 +0100 Subject: Docker: Remove no longer needed pip building --- docker/pip/amd64.dockerfile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 docker/pip/amd64.dockerfile (limited to 'docker/pip/amd64.dockerfile') diff --git a/docker/pip/amd64.dockerfile b/docker/pip/amd64.dockerfile deleted file mode 100644 index 8faf2d5..0000000 --- a/docker/pip/amd64.dockerfile +++ /dev/null @@ -1,25 +0,0 @@ -FROM quay.io/pypa/manylinux_2_28_x86_64 - -RUN yum install -y golang python3 python3-setuptools python3-wheel wget - -WORKDIR /pip - -ARG COMMONVERSION - -RUN wget -O eduvpn-common.tar.xz https://codeberg.org/eduVPN/eduvpn-common/releases/download/$COMMONVERSION/eduvpn-common-$COMMONVERSION.tar.xz -RUN tar xf eduvpn-common.tar.xz - -WORKDIR /pip/eduvpn-common-$COMMONVERSION - -RUN CGO_ENABLED=1 go build -buildvcs=false -o lib/linux/amd64/libeduvpn_common-$COMMONVERSION.so -buildmode=c-shared ./exports - -WORKDIR /pip/eduvpn-common-$COMMONVERSION/wrappers/python - -RUN python3 -m pip install build -RUN install ../../lib/linux/amd64/libeduvpn_common-$COMMONVERSION.so -Dt eduvpn_common/lib -RUN python3 -m build --sdist --wheel . - -RUN auditwheel repair dist/*.whl - -RUN mkdir /wheelhouse -RUN cp -r wheelhouse/* /wheelhouse \ No newline at end of file -- cgit v1.2.3