File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4141 run : |
4242 git clone https://github.com/varnishcache/varnish-cache.git ./varnish
4343 pushd varnish
44+ git submodule update --init
4445 ./autogen.sh
4546 CC='${{ matrix.cc }}' ./configure
4647 make -sj32
Original file line number Diff line number Diff line change @@ -31,5 +31,6 @@ Makefile.in
3131/src /vcc_ * _if.c
3232/src /vcc_ * _if.h
3333/src /vmod_ * rst
34+ /src /vmod_vcs_version.txt
3435
3536/.vagrant /
Original file line number Diff line number Diff line change 1- FROM ubuntu:noble-20240423
1+ FROM ubuntu:noble-20250714
22
33ENV DEBIAN_FRONTEND noninteractive
44
@@ -47,6 +47,7 @@ RUN apt update \
4747
4848RUN git clone https://github.com/varnishcache/varnish-cache.git /tmp/varnish \
4949 && cd /tmp/varnish \
50+ && git submodule update --init \
5051 && ./autogen.sh \
5152 && ./configure \
5253 && make \
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ EXTRA_DIST = \
5353 vmod_cfg.vcc \
5454 $(VMOD_TESTS )
5555
56+ DISTCLEANFILES = vmod_vcs_version.txt
57+
5658$(srcdir ) /script_javascript.c : script_javascript_helpers.h
5759
5860script_javascript_helpers.h : script_javascript_helpers.js
You can’t perform that action at this time.
0 commit comments