varnish/varnish-modules

Error with version 6.6 of Varnish

Closed this issue · 4 comments

Hello

The version by default of Varnish with Centos 7 is now 6.6 (via yum update).

There are now errors with varnish-module during the compilation (with the last release for 6.5 but also with the version in the master).

Error with the release for 6.5:
https://github.com/BorderCloud/tft-virtuoso7-stable/runs/3026944403?check_suite_focus=true

Error with the master:
https://github.com/BorderCloud/tft-virtuoso7-stable/runs/3026710351?check_suite_focus=true

Which varnish-modules branch are you using in both cases?

with the release for 6.5:

git clone -b 0.17.1 https://github.com/varnish/varnish-modules.git

Error with the master:

git clone https://github.com/varnish/varnish-modules.git

Thanks, it works with:
git clone --depth 1 --branch 6.6 https://github.com/varnish/varnish-modules.git