File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313env :
1414 VINYL80 : ' 8.0.0'
15- VINYL60 : ' 6.0.13 '
15+ VINYL60 : ' 6.0.16 '
1616
1717jobs :
1818 setup :
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN set -ex; \
6969 --without-jemalloc; \
7070 \
7171 make -j "$(nproc)" ; \
72- # make check; \
72+ make check; \
7373 make DESTDIR=/tmp/pkg install; \
7474 \
7575 mkdir -p /usr/share/varnish; \
@@ -128,7 +128,7 @@ RUN set -ex; \
128128 ./configure; \
129129 make; \
130130 make install; \
131- # make check; \
131+ make check; \
132132 \
133133 libvmod_digest_ver="1.0.3" ; \
134134 libvmod_digest_url="https://github.com/varnish/libvmod-digest/archive/libvmod-digest-${libvmod_digest_ver}.tar.gz" ; \
@@ -138,7 +138,7 @@ RUN set -ex; \
138138 ./configure; \
139139 make; \
140140 make install; \
141- # make check; \
141+ make check; \
142142 \
143143 varnish_modules_ver="0.27.0" ; \
144144 wget -qO- "https://github.com/varnish/varnish-modules/releases/download/${varnish_modules_ver}/varnish-modules-${varnish_modules_ver}.tar.gz" | tar xz -C /tmp/; \
You can’t perform that action at this time.
0 commit comments