Yichun Zhang (agentzh)
f17fe6edc1
change: we no longer maintain the nginx dtrace patch.
2020-01-02 20:35:41 -08:00
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.
2019-09-30 15:06:16 -07:00
Yichun Zhang (agentzh)
f5d359f8f0
dist-check: set LC_ALL=C env.
2019-09-07 22:52:24 -07:00
Yichun Zhang (agentzh)
2d5699cfe5
fixed bugs in dist-check.
2018-11-01 21:23:39 -07:00
Yichun Zhang (agentzh)
7453fd5aa0
updated dist-check to reflect recent changes.
2018-11-01 17:42:24 -07:00
Yichun Zhang (agentzh)
4e202252f4
tests: dist-check: added support for OPENSSL_PREFIX for using a different openssl installation.
2018-04-19 15:04:24 -07:00
Yichun Zhang (agentzh)
b1400169a7
minor fixes in dist-check.
2017-06-26 22:14:20 -07:00
Yichun Zhang (agentzh)
5deaa06788
dist-check: removed the -l option for standard Lua 5.1 intepreter.
2017-04-08 17:33:54 -07:00
Yichun Zhang (agentzh)
2044681992
dist-check: made the output a bit nicer.
2017-03-19 21:15:31 -07:00
Yichun Zhang (agentzh)
e921c6e9b1
added more tests to dist-check.
2016-11-13 10:15:47 -08:00
Yichun Zhang (agentzh)
e9c8fb30f2
dist-check: added a test build disabling lua ffi in ngx_lua.
2016-06-16 12:34:58 -07:00
Yichun Zhang (agentzh)
d2e85ffb13
util/dist-check: typo fixes.
2016-05-17 15:06:03 -07:00
Yichun Zhang (agentzh)
52962f3fc9
renamed ngx_openresty to openresty.
2016-01-25 14:33:53 -08:00
Yichun Zhang (agentzh)
da90bd7671
fixed the commands for Mac OS X (especially for El Capitan.
2016-01-21 18:59:59 -08:00
Yichun Zhang (agentzh)
2351c7c7aa
util/dist-check: added tests for --with-stream and balancer_by_lua.
2016-01-11 14:05:04 -08:00
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.
2015-11-02 15:41:50 +08:00
Yichun Zhang (agentzh)
7d0443d5d7
./configure: added --with-threads to usage; also added --with-threads test to dist-check.
2015-07-03 23:23:41 +08:00
Yichun Zhang (agentzh)
9bcdd4b62f
util/dist-check: the nogzip build now also disables ssl and pcre.
2015-06-23 22:33:01 +08:00
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).
2015-02-28 21:14:50 -08:00
Yichun Zhang (agentzh)
55909727dd
dist-check: added simple tests for builds without ngx_gzip module.
2015-01-29 14:56:02 -08:00
Yichun Zhang (agentzh)
5f6a50cacc
util/dist-check: added simple checks for the "resty" utility.
2015-01-21 14:53:26 -08:00
Yichun Zhang (agentzh)
aa33a9e752
dist-check: more tolerant about release numbers.
2014-08-20 14:44:22 -07:00
Yichun Zhang (agentzh)
f5d5e5a2fa
dist-check: use -DLUA_USE_TRACE_LOGS for the debug build of luajit.
2014-05-17 14:19:01 -07:00
Yichun Zhang (agentzh)
3ddc73ac43
dist-check: added simple sanity test for the cjson.safe Lua module.
2014-02-28 21:22:33 -08:00
Yichun Zhang (agentzh)
1c9f799fa6
now we default to LuaJIT instead of the standard Lua 5.1 interpreter.
2014-01-09 22:02:49 -08:00
Yichun Zhang (agentzh)
97622943d2
dist-check: explicitly specify gcc for Solaris.
2013-11-12 20:43:55 -08:00
agentzh (Yichun Zhang)
bb367bc9e6
util/dist-check: now we also check the --with-no-pool-patch option of the ./configure script.
2013-06-11 16:51:26 -07:00
agentzh (Yichun Zhang)
3a873d7874
util/dist-check: added support for rc versions.
2013-04-20 23:08:41 -07:00
agentzh (章亦春)
ed2f8de61a
util/dist-check: fixed dtrace tests for Mac OS X.
2013-04-17 23:06:29 -07:00
agentzh (Yichun Zhang)
1d096c047e
util/dist-check: added -l option to build the bundle with the std lua 5.1 interpreter.
2013-04-17 12:08:54 -07:00
agentzh (Yichun Zhang)
05ae54a092
util/dist-check: performs dtrace static probe tests on solaris too.
2013-04-16 18:10:45 -07:00
agentzh (Yichun Zhang)
09598a3e19
util/dist-check: enabled ngx_iconv in the test build.
2013-04-16 17:30:28 -07:00
agentzh (Yichun Zhang)
977c5b1d51
util/dist-check: suppress the output of the killall commands.
2013-04-16 17:24:10 -07:00
agentzh (Yichun Zhang)
6063956a1a
added the util/dist-check script for checking the basic sanity of a tarball distribution.
2013-04-16 17:19:26 -07:00