mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
Compare commits
1 Commits
v1.21.4.1r
...
close_fd
Author | SHA1 | Date | |
---|---|---|---|
e419532f8c |
344
t/000-sanity.t
344
t/000-sanity.t
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PCRE=pcre-8.44
|
PCRE=pcre-8.44
|
||||||
ZLIB=zlib-1.2.12
|
ZLIB=zlib-1.2.11
|
||||||
OPENSSL=openssl-1.1.1n
|
OPENSSL=openssl-1.1.1m
|
||||||
JOBS=12
|
JOBS=12
|
||||||
|
|
||||||
# wget https://www.openssl.org/source/openssl-1.1.1n.tar.gz
|
# wget https://www.openssl.org/source/openssl-1.1.1l.tar.gz
|
||||||
# wget http://zlib.net/zlib-1.2.12.tar.gz
|
# wget http://zlib.net/zlib-1.2.11.tar.gz
|
||||||
# wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz
|
# wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz
|
||||||
|
|
||||||
rm -rf objs || exit 1
|
rm -rf objs || exit 1
|
||||||
|
@ -707,7 +707,7 @@ mv openresty-opm-* opm-$ver || exit 1
|
|||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
ver=2.1-20220411
|
ver=2.1-20220310
|
||||||
$root/util/get-tarball "https://github.com/openresty/luajit2/archive/v$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
|
$root/util/get-tarball "https://github.com/openresty/luajit2/archive/v$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
|
||||||
tar -xzf LuaJIT-$ver.tar.gz || exit 1
|
tar -xzf LuaJIT-$ver.tar.gz || exit 1
|
||||||
mv luajit2-* LuaJIT-$ver || exit 1
|
mv luajit2-* LuaJIT-$ver || exit 1
|
||||||
|
Reference in New Issue
Block a user