Skip to content

Commit 187c48a

Browse files
tests: update tests.
1 parent d61ffa7 commit 187c48a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

util/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ root=`pwd`
66
home=~
77
version=$1
88
force=$2
9-
disable_pcre2=--without-pcre2
10-
answer=`../openresty/util/ver-ge "$version" 1.25.1`
11-
if [ "$answer" = "N" ]; then
12-
disable_pcre2="";
13-
fi
149

1510
ngx-build $force $version \
16-
$disable_pcre2 \
1711
--with-http_addition_module \
1812
--without-mail_pop3_module \
1913
--without-mail_imap_module \

0 commit comments

Comments
 (0)