Update to latest varnish
Some checks failed
/ container (push) Has been cancelled

Currently the build hangs i SLASH/ tests.
Build output where it hangs:
```
make  check-TESTS check-local
1338
make[3]: Entering directory '/tmp/slash/src'
1339
make[4]: Entering directory '/tmp/slash/src'
1340
PASS: fellow_cache_test_ndebug
```

The binary that is hanging: ./fellow_cache_test
This commit is contained in:
Patrik Lundin 2025-02-27 13:14:25 +01:00
parent 2682839756
commit 74c01574d2
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.5.0
FROM varnish:7.6.1
# 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"