diff --git a/srcpkgs/varnish/template b/srcpkgs/varnish/template index fff05f21f78..cc04089231f 100644 --- a/srcpkgs/varnish/template +++ b/srcpkgs/varnish/template @@ -24,10 +24,6 @@ system_accounts="_varnish _vcache" _varnish_homedir="/var/lib/varnish" _vcache_pgroup="_varnish" -if [ "${XBPS_TARGET_MACHINE%-musl}" = i686 ]; then - broken="vcltest failure on i686 in c00059.vtc" -fi - if [ yes = "$(vopt_if pcrejit yes)" ]; then # Don't permit cross builds if pcrejit is set. nocross="Cannot run test program when cross compiling (PCRE_JIT)"