Yichun Zhang (agentzh)
f2bfae0467
fixed a bug in the previous commit.
2 weeks ago
Yichun Zhang (agentzh)
9cefbd2788
change: dist-check: use a different /usr/local/openresty-norm prefix for our test builds.
2 weeks ago
Johnny Wang
cf8c2f827e
change: dist-check: close nginx using PID file instead of killall. ( #916 )
2 years ago
Yichun Zhang (agentzh)
dfbc003724
bugfix: dist-check: avoid killall nginx.
2 years ago
Yichun Zhang (agentzh)
b73e42d86a
upgraded resty-cli to 0.27rc4.
...
bugfix: util/dist-check: did not work with the latest resty-cli bundled.
5 years ago
Yichun Zhang (agentzh)
f17fe6edc1
change: we no longer maintain the nginx dtrace patch.
5 years ago
Thibault Charbonnier
df6c3bcdcb
change: util/dist-check: removed 'without FFI' tests.
...
We also don't try to delete <prefix>/lua anymore since it does not
exist.
6 years ago
Yichun Zhang (agentzh)
f5d359f8f0
dist-check: set LC_ALL=C env.
6 years ago
Yichun Zhang (agentzh)
2d5699cfe5
fixed bugs in dist-check.
7 years ago
Yichun Zhang (agentzh)
7453fd5aa0
updated dist-check to reflect recent changes.
7 years ago
Yichun Zhang (agentzh)
4e202252f4
tests: dist-check: added support for OPENSSL_PREFIX for using a different openssl installation.
7 years ago
Yichun Zhang (agentzh)
b1400169a7
minor fixes in dist-check.
8 years ago
Yichun Zhang (agentzh)
5deaa06788
dist-check: removed the -l option for standard Lua 5.1 intepreter.
8 years ago
Yichun Zhang (agentzh)
2044681992
dist-check: made the output a bit nicer.
8 years ago
Yichun Zhang (agentzh)
e921c6e9b1
added more tests to dist-check.
9 years ago
Yichun Zhang (agentzh)
e9c8fb30f2
dist-check: added a test build disabling lua ffi in ngx_lua.
9 years ago
Yichun Zhang (agentzh)
d2e85ffb13
util/dist-check: typo fixes.
9 years ago
Yichun Zhang (agentzh)
52962f3fc9
renamed ngx_openresty to openresty.
9 years ago
Yichun Zhang (agentzh)
da90bd7671
fixed the commands for Mac OS X (especially for El Capitan.
9 years ago
Yichun Zhang (agentzh)
2351c7c7aa
util/dist-check: added tests for --with-stream and balancer_by_lua.
9 years ago
Yichun Zhang (agentzh)
1f4045ef2c
More MSYS/MinGW love.
...
* upgraded ngx_lua to 0.9.18rc1 to support Win32 LuaJIT DLL.
* upgraded lua-redis-parser to 0.11rc1 for better Win32 support.
* upgraded lua-rds-parser to 0.06rc2 for better Win32 support.
* upgraded ngx_rds_csv to 0.07rc1 for better Win32 support.
* upgraded lua-resty-cli to 0.04rc1 for better Win32 support.
* upgraded lua-resty-core to 0.1.2.
* applied a patch to LuaJIT to add "!/lualib/" to the default Lua
package search paths.
* upgraded lua-cjson to 2.1.0.3rc2 for better Win32 support and
a suppressed gcc warning.
* use OpenResty's nginx tarballs extracted directly from the official nginx
code repos, because we need the win32 support which is excluded in the
official nginx release tarballs. Our nginx release tarballs are
generated by the util/package-nginx.sh script.
* added the util/package-win32.sh script to generate the Win32 OpenResty
binary distribution file.
* applied a patch to always enable C compiler feature tests in nginx's
own build system because the MinGW gcc compiler on Win32 is also
powerful enough to support advanced features like variadic macros.
* added document README-win32.
* util/dist-check: do a partial uninstallation before installing
anything new.
* added util/build-win32.sh to build OpenResty on Win32 using the
MinGW/MSYS toolchain.
* ./configure: added support for building on Win32 using the MinGW/MSYS
toolchain.
10 years ago
Yichun Zhang (agentzh)
7d0443d5d7
./configure: added --with-threads to usage; also added --with-threads test to dist-check.
10 years ago
Yichun Zhang (agentzh)
9bcdd4b62f
util/dist-check: the nogzip build now also disables ssl and pcre.
10 years ago
Yichun Zhang (agentzh)
c01de73e41
util/dist-check: made the script self-contained by inlining the test nginx.conf. also fixed compatibility on recent versions of Mac OS X (like 10.10).
10 years ago
Yichun Zhang (agentzh)
55909727dd
dist-check: added simple tests for builds without ngx_gzip module.
10 years ago
Yichun Zhang (agentzh)
5f6a50cacc
util/dist-check: added simple checks for the "resty" utility.
10 years ago
Yichun Zhang (agentzh)
aa33a9e752
dist-check: more tolerant about release numbers.
11 years ago
Yichun Zhang (agentzh)
f5d5e5a2fa
dist-check: use -DLUA_USE_TRACE_LOGS for the debug build of luajit.
11 years ago
Yichun Zhang (agentzh)
3ddc73ac43
dist-check: added simple sanity test for the cjson.safe Lua module.
11 years ago
Yichun Zhang (agentzh)
1c9f799fa6
now we default to LuaJIT instead of the standard Lua 5.1 interpreter.
11 years ago
Yichun Zhang (agentzh)
97622943d2
dist-check: explicitly specify gcc for Solaris.
12 years ago
agentzh (Yichun Zhang)
bb367bc9e6
util/dist-check: now we also check the --with-no-pool-patch option of the ./configure script.
12 years ago
agentzh (Yichun Zhang)
3a873d7874
util/dist-check: added support for rc versions.
12 years ago
agentzh (章亦春)
ed2f8de61a
util/dist-check: fixed dtrace tests for Mac OS X.
12 years ago
agentzh (Yichun Zhang)
1d096c047e
util/dist-check: added -l option to build the bundle with the std lua 5.1 interpreter.
12 years ago
agentzh (Yichun Zhang)
05ae54a092
util/dist-check: performs dtrace static probe tests on solaris too.
12 years ago
agentzh (Yichun Zhang)
09598a3e19
util/dist-check: enabled ngx_iconv in the test build.
12 years ago
agentzh (Yichun Zhang)
977c5b1d51
util/dist-check: suppress the output of the killall commands.
12 years ago
agentzh (Yichun Zhang)
6063956a1a
added the util/dist-check script for checking the basic sanity of a tarball distribution.
12 years ago