Skip to content

Commit

Permalink
Add 'clang' back to the matrix in '.github/workflows/main.yml'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabalde committed May 3, 2023
1 parent 31e8a43 commit 1cf2d75
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/tests/script.regexps.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ EOF
## Test: regmatch().
##

varnish v1 -vcl+backend {
# When using '--disable-luajit' to compile the VMOD, a segmentation fault will
# ocurr if not increasing the 'thread_pool_stack' parameter (see
# https://github.com/varnishcache/varnish-cache/issues/2907). A different way
# to avoid the problem is using '--disable-pcre-jit' when compiling Varnish.
varnish v1 -arg "-p thread_pool_stack=128k" -vcl+backend {
import cfg from "${vmod_topbuild}/src/.libs/libvmod_cfg.so";

sub vcl_init {
Expand Down Expand Up @@ -159,7 +163,7 @@ varnish v1 -expect MGT.child_panic == 0
# ocurr if not increasing the 'thread_pool_stack' parameter (see
# https://github.com/varnishcache/varnish-cache/issues/2907). A different way
# to avoid the problem is using '--disable-pcre-jit' when compiling Varnish.
varnish v2 -arg "-p thread_pool_stack=256k" -vcl+backend {
varnish v2 -arg "-p thread_pool_stack=128k" -vcl+backend {
import cfg from "${vmod_topbuild}/src/.libs/libvmod_cfg.so";

sub vcl_init {
Expand Down

0 comments on commit 1cf2d75

Please sign in to comment.