docs: add pre-built package installation for Ubuntu/Debian#45
Open
dvershinin wants to merge 1 commit into
Open
docs: add pre-built package installation for Ubuntu/Debian#45dvershinin wants to merge 1 commit into
dvershinin wants to merge 1 commit into
Travis CI / Travis CI - Pull Request
failed
Feb 3, 2026 in 2m 48s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #45 docs: add pre-built package installation for Ubuntu/Debian.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C |
| Operating System | Linux (Focal) |
| Compiler Version | gcc |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "focal",
"sudo": true,
"branches": {
"only": [
"master"
]
},
"compiler": [
"gcc"
],
"addons": {
"apt": {
"packages": [
"axel",
"cpanminus",
"libtest-base-perl",
"libtext-diff-perl",
"liburi-perl",
"libwww-perl",
"libtest-longstring-perl",
"liblist-moreutils-perl"
]
}
},
"cache": {
"apt": true
},
"env": [
"global={:LUAJIT_PREFIX=>\"/opt/luajit21\"}={:LUAJIT_LIB=>\"$LUAJIT_PREFIX/lib\"}={:LD_LIBRARY_PATH=>\"$LUAJIT_LIB:$LD_LIBRARY_PATH\"}={:LUAJIT_INC=>\"$LUAJIT_PREFIX/include/luajit-2.1\"}={:LUA_INCLUDE_DIR=>\"$LUAJIT_INC\"}={:LUA_CMODULE_DIR=>\"/lib\"}={:JOBS=>\"3\"}={:NGX_BUILD_JOBS=>\"$JOBS\"} jobs={:NGINX_VERSION=>\"1.29.4\"}"
],
"services": [
"memcached"
],
"install": [
"git clone https://github.com/openresty/nginx-devel-utils.git",
"git clone https://github.com/openresty/openresty.git ../openresty",
"git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx",
"git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module",
"git clone https://github.com/openresty/test-nginx.git",
"git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git",
"git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module",
"git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core",
"git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache",
"git clone https://github.com/openresty/nginx-eval-module.git ../eval-nginx-module",
"git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module",
"git clone https://github.com/openresty/set-misc-nginx-module.git ../set-misc-nginx-module"
],
"script": [
"sudo iptables -I OUTPUT -p tcp --dst 127.0.0.2 --dport 12345 -j DROP",
"sudo iptables -I OUTPUT -p udp --dst 127.0.0.2 --dport 12345 -j DROP",
"cd luajit2",
"make -j$JOBS CCDEBUG=-g Q= PREFIX=$LUAJIT_PREFIX CC=$CC XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' > build.log 2>&1 || (cat build.log && exit 1)",
"sudo make install PREFIX=$LUAJIT_PREFIX > build.log 2>&1 || (cat build.log && exit 1)",
"cd ..",
"perlbrew off && cd test-nginx && sudo cpanm . && cd ..",
"export PATH=$PWD/work/nginx/sbin:$PWD/nginx-devel-utils:$PATH",
"export NGX_BUILD_CC=$CC",
"sh util/build.sh $NGINX_VERSION > build.log 2>&1 || (cat build.log && exit 1)",
"nginx -V",
"ldd `which nginx`|grep luajit",
"prove -I. -r t"
]
}
Loading