Revert changes

Build still gets stuck, lets see if it works again now.
This commit is contained in:
Patrik Lundin 2025-02-27 15:10:11 +01:00
parent 74c01574d2
commit 98c759557e
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -14,7 +14,7 @@
# Dockerfile contents Based on
# https://github.com/varnish/docker-varnish/blob/master/vmod-examples/Dockerfile.with-varnish-src
# to get access to varnish source as expected by slash build steps.
FROM varnish:7.6.1
FROM varnish:7.5.0
# https://code.uplex.de/uplex-varnish/slash/blob/master/INSTALL.rst
ENV SLASH_DEPS="git autoconf autoconf-archive automake libtool python3-docutils python3-sphinx libpcre2-dev libreadline-dev liburing-dev libxxhash-dev libncurses-dev"
@ -46,7 +46,7 @@ RUN set -e && \
git clone https://code.uplex.de/uplex-varnish/slash.git $SLASHSRC && \
cd $SLASHSRC && \
# use specific commit for reproducibility
git checkout c2e05e831ffc8095d9cc56510f24a5529ab16282 && \
git checkout a06224b9c6087349c511135f6011a3d33aacf934 && \
./bootstrap && \
make check && \
make install && \