Skip to content

Commit

Permalink
chore(ci) compile OpenResty with lua52 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jul 26, 2017
1 parent 3bc8a78 commit e1cec5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ if [ ! "$(ls -A $OPENRESTY_INSTALL)" ]; then
"--with-http_v2_module"
)

if [ "$OPENRESTY" != "1.11.2.1" ]; then
OPENRESTY_OPTS[${#OPENRESTY_OPTS[@]}]="--without-luajit-lua52"
fi

pushd $OPENRESTY_DOWNLOAD
./configure ${OPENRESTY_OPTS[*]}
make
Expand Down

0 comments on commit e1cec5b

Please sign in to comment.